diff options
Diffstat (limited to 'tests/extra_regress/tests.py')
| -rw-r--r-- | tests/extra_regress/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extra_regress/tests.py b/tests/extra_regress/tests.py index a34c1f5a5f..0e6f270ead 100644 --- a/tests/extra_regress/tests.py +++ b/tests/extra_regress/tests.py @@ -160,7 +160,7 @@ class ExtraRegressTests(TestCase): columns, we can (and should) ignore those columns. They don't change the result and cause incorrect SQL to be produced otherwise. """ - rm = RevisionableModel.objects.create( + RevisionableModel.objects.create( title='First Revision', when=datetime.datetime(2008, 9, 28, 10, 30, 0) ) |
