summaryrefslogtreecommitdiff
path: root/tests/custom_columns_regress/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom_columns_regress/models.py')
-rw-r--r--tests/custom_columns_regress/models.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/custom_columns_regress/models.py b/tests/custom_columns_regress/models.py
index 169b2246c3..96fe71cef8 100644
--- a/tests/custom_columns_regress/models.py
+++ b/tests/custom_columns_regress/models.py
@@ -36,6 +36,3 @@ class Author(models.Model):
class Meta:
db_table = 'my author table'
ordering = ('last_name','first_name')
-
-
-