mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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:
parent
d128eac316
commit
2f3a4cd573
35 changed files with 35 additions and 35 deletions
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
28. Many-to-many relationships between the same two tables
|
||||
Many-to-many relationships between the same two tables
|
||||
|
||||
In this example, a ``Person`` can have many friends, who are also ``Person``
|
||||
objects. Friendship is a symmetrical relationship - if I am your friend, you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue