From 466871ec1b40f4e68bbe693cfdeacef4eec4370c Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 19 Sep 2007 13:26:56 +0000 Subject: 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 --- tests/templates/views/article_archive_month.html | 1 + tests/templates/views/article_detail.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/templates/views/article_archive_month.html create mode 100644 tests/templates/views/article_detail.html (limited to 'tests/templates') 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 -- cgit v1.3