diff options
| author | John Vandenberg <jayvdb@gmail.com> | 2015-10-20 20:30:43 +1100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-20 12:19:17 -0400 |
| commit | 9e3f6c7483d2362660e2bee554125d0215789d9d (patch) | |
| tree | 49c49667e7cbb4f3b24ce0753f628484c7a4ccb2 /tests/admin_views/tests.py | |
| parent | 541aa2434d5c8f40e991aafb24fde4084b5ab048 (diff) | |
Fixed quad quoted ("""") docstring starts.
Diffstat (limited to 'tests/admin_views/tests.py')
| -rw-r--r-- | tests/admin_views/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index 7b7e09a25f..501edcad57 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -2430,7 +2430,7 @@ class AdminViewStringPrimaryKeyTest(TestCase): self.assertEqual(logentry.object_id, str(edited_obj.pk)) def test_logentry_save(self): - """" + """ LogEntry.action_time is a timestamp of the date when the entry was created. It shouldn't be updated on a subsequent save(). """ |
