summaryrefslogtreecommitdiff
path: root/tests/templates
diff options
context:
space:
mode:
authorBrian Rosner <brosner@gmail.com>2008-08-23 04:46:33 +0000
committerBrian Rosner <brosner@gmail.com>2008-08-23 04:46:33 +0000
commita64dc39fb7c6787c83ea2e807c5bf2f94ad5909d (patch)
treefe1d7999fcf8110702a8698f1a18aab46410ecc8 /tests/templates
parent264771f1b60c048d70fc439535392092b0403f93 (diff)
downloaddjango-a64dc39fb7c6787c83ea2e807c5bf2f94ad5909d.tar.gz
Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archive_week to properly range when date_field is from DateField. Thanks nullie for the original patch and Colin Grady for the test coverage.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/templates')
-rw-r--r--tests/templates/views/datearticle_archive_month.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/templates/views/datearticle_archive_month.html b/tests/templates/views/datearticle_archive_month.html
new file mode 100644
index 0000000000..3f8ff55da6
--- /dev/null
+++ b/tests/templates/views/datearticle_archive_month.html
@@ -0,0 +1 @@
+This template intentionally left blank \ No newline at end of file