summaryrefslogtreecommitdiff
path: root/tests/templates
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2007-09-19 13:26:56 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2007-09-19 13:26:56 +0000
commit466871ec1b40f4e68bbe693cfdeacef4eec4370c (patch)
tree727ae5e5cd435bf11cfbf0172f43a8a16da9aee6 /tests/templates
parent1571e9c32b9f944e273e06bd458acd081c9f0a14 (diff)
Fixed #5506 -- Added some basic tests for date-based generic views. Thanks to robh for the original patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/templates')
-rw-r--r--tests/templates/views/article_archive_month.html1
-rw-r--r--tests/templates/views/article_detail.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/templates/views/article_archive_month.html b/tests/templates/views/article_archive_month.html
new file mode 100644
index 0000000000..3f8ff55da6
--- /dev/null
+++ b/tests/templates/views/article_archive_month.html
@@ -0,0 +1 @@
+This template intentionally left blank \ No newline at end of file
diff --git a/tests/templates/views/article_detail.html b/tests/templates/views/article_detail.html
new file mode 100644
index 0000000000..3f8ff55da6
--- /dev/null
+++ b/tests/templates/views/article_detail.html
@@ -0,0 +1 @@
+This template intentionally left blank \ No newline at end of file