Commit ec2ee4fc authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

Minor correction for [8325].


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 1697f4e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.

"""