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:
Adrian Holovaty 2005-11-19 20:20:13 +00:00
parent c5068ff4ac
commit 34560e0776
1 changed files with 1 additions and 1 deletions

View File

@ -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.