mirror of https://github.com/django/django.git
Fixed typo in docs/model-api.txt. Thanks, anl
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c5068ff4ac
commit
34560e0776
|
@ -580,7 +580,7 @@ relationship should work. All are optional:
|
||||||
Many-to-many relationships
|
Many-to-many relationships
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
To define a many-to-one relationship, use ``ManyToManyField``. You use it just
|
To define a many-to-many relationship, use ``ManyToManyField``. You use it just
|
||||||
like any other ``Field`` type: by including it as a class attribute of your
|
like any other ``Field`` type: by including it as a class attribute of your
|
||||||
model.
|
model.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue