summaryrefslogtreecommitdiff
path: root/tests/templates
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-10-01 02:01:20 +0000
committerJannis Leidel <jannis@leidel.info>2010-10-01 02:01:20 +0000
commitd69c7eab041d30c1cf8a4ee8d6426d47e90254b1 (patch)
tree8e931dc999e52ebe6293bfb6d9fa46ec5a021e2a /tests/templates
parente77f16144b91c5079c7dcaef9ec3737b6f933e16 (diff)
downloaddjango-d69c7eab041d30c1cf8a4ee8d6426d47e90254b1.tar.gz
Fixed #13897 -- Added tests for pagination feature of the generic object_list view. Thanks, d0ugal and SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/templates')
-rw-r--r--tests/templates/views/article_list.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/templates/views/article_list.html b/tests/templates/views/article_list.html
new file mode 100644
index 0000000000..3840895aa4
--- /dev/null
+++ b/tests/templates/views/article_list.html
@@ -0,0 +1 @@
+{{ object_list }} \ No newline at end of file