summaryrefslogtreecommitdiff
path: root/tests/admin_views
diff options
context:
space:
mode:
authorJohn Vandenberg <jayvdb@gmail.com>2015-10-20 20:30:43 +1100
committerTim Graham <timograham@gmail.com>2015-10-20 12:20:11 -0400
commit614ba3ad2d5cc210d028cbc21abc1a9f3ca8c686 (patch)
tree44cd84be2f04462d89ca325a9e69a039189742a2 /tests/admin_views
parente70a309c428cfd4e600dc9fa0c7269b1e7a8efcd (diff)
[1.9.x] Fixed quad quoted ("""") docstring starts.
Backport of 9e3f6c7483d2362660e2bee554125d0215789d9d from master
Diffstat (limited to 'tests/admin_views')
-rw-r--r--tests/admin_views/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py
index 87d6f86ae4..ab8c68c666 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().
"""