From d69c7eab041d30c1cf8a4ee8d6426d47e90254b1 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 1 Oct 2010 02:01:20 +0000 Subject: 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 --- tests/templates/views/article_list.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/templates/views/article_list.html (limited to 'tests/templates/views/article_list.html') 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 -- cgit v1.3