summaryrefslogtreecommitdiff
path: root/tests/backends
diff options
context:
space:
mode:
authorMaxime Lorant <maxime.lorant@gmail.com>2015-08-31 22:14:35 +0200
committerTim Graham <timograham@gmail.com>2015-08-31 17:37:21 -0400
commit5153a3bfdcec82324d67ff79862384288cf6afe6 (patch)
treea03c5ee4bdf3b5b6529df479fbac123a3065d82a /tests/backends
parentd4b10a725614322769a419180039771634a06571 (diff)
Fixed #25331 -- Removed trailing blank lines in docstrings.
Diffstat (limited to 'tests/backends')
-rw-r--r--tests/backends/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/backends/tests.py b/tests/backends/tests.py
index b918be3e51..ed42d6317a 100644
--- a/tests/backends/tests.py
+++ b/tests/backends/tests.py
@@ -340,7 +340,6 @@ class DateQuotingTest(TestCase):
#12818__.
__: http://code.djangoproject.com/ticket/12818
-
"""
updated = datetime.datetime(2010, 2, 20)
models.SchoolClass.objects.create(year=2009, last_updated=updated)
@@ -353,7 +352,6 @@ class DateQuotingTest(TestCase):
which clash with strings passed to it (e.g. 'day') - see #12818__.
__: http://code.djangoproject.com/ticket/12818
-
"""
updated = datetime.datetime(2010, 2, 20)
models.SchoolClass.objects.create(year=2009, last_updated=updated)