mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed numbering from the models.py header of some test packages.
This is a reliqua from the early days of the modeltests/regressiontests era.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
16. Many-to-one relationships that can be null
|
||||
Many-to-one relationships that can be null
|
||||
|
||||
To define a many-to-one relationship that can have a null foreign key, use
|
||||
``ForeignKey()`` with ``null=True`` .
|
||||
|
||||
Reference in New Issue
Block a user