diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-08-12 14:19:32 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-08-12 14:19:32 +0000 |
| commit | ec2ee4fc62212f9c58cfa28884c1d894fa15b23d (patch) | |
| tree | a336465f1097c76bcc95e05d4cadde18af050153 /tests | |
| parent | 1697f4e49f782f6d793911ba7d24da6e0dac485e (diff) | |
Minor correction for [8325].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/modeltests/custom_columns/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/custom_columns/models.py b/tests/modeltests/custom_columns/models.py index 3be31339ce..74691cd1bc 100644 --- a/tests/modeltests/custom_columns/models.py +++ b/tests/modeltests/custom_columns/models.py @@ -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. """ |
