summaryrefslogtreecommitdiff
path: root/tests/custom_columns
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom_columns')
-rw-r--r--tests/custom_columns/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom_columns/models.py b/tests/custom_columns/models.py
index 6126183ca9..a3e8b614aa 100644
--- a/tests/custom_columns/models.py
+++ b/tests/custom_columns/models.py
@@ -1,5 +1,5 @@
"""
-17. Custom column/table names
+Custom column/table names
If your database column name is different than your model attribute, use the
``db_column`` parameter. Note that you'll use the field's name, not its column