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:
parent
1697f4e49f
commit
ec2ee4fc62
|
@ -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.
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue