diff options
| author | Loic Bistuer <loic.bistuer@gmail.com> | 2014-09-24 12:13:13 +0700 |
|---|---|---|
| committer | Loic Bistuer <loic.bistuer@gmail.com> | 2014-09-24 17:28:56 +0700 |
| commit | 2f3a4cd573166e6b7bac9ed89d448ca34ab93edf (patch) | |
| tree | 525b8725f22b6f439d3bcb87619fb4cfd1e886fe /tests/many_to_one_null | |
| parent | d128eac316dd5a8578fbae506028a3f2ade49420 (diff) | |
Removed numbering from the models.py header of some test packages.
This is a reliqua from the early days of the modeltests/regressiontests era.
Diffstat (limited to 'tests/many_to_one_null')
| -rw-r--r-- | tests/many_to_one_null/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/many_to_one_null/models.py b/tests/many_to_one_null/models.py index 3b03c42105..3cf8a512ab 100644 --- a/tests/many_to_one_null/models.py +++ b/tests/many_to_one_null/models.py @@ -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`` . |
