Minor correction for [8325].

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2008-08-12 14:19:32 +00:00
parent 1697f4e49f
commit ec2ee4fc62
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ query the database.
If you need to use a table name for a many-to-many relationship that differs
from the default generated name, use the ``db_table`` parameter on the
``ManyToMany`` field. This has no effect on the API for querying the database.
``ManyToManyField``. This has no effect on the API for querying the database.
"""