diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-10-01 02:01:20 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-10-01 02:01:20 +0000 |
| commit | d69c7eab041d30c1cf8a4ee8d6426d47e90254b1 (patch) | |
| tree | 8e931dc999e52ebe6293bfb6d9fa46ec5a021e2a /tests/templates | |
| parent | e77f16144b91c5079c7dcaef9ec3737b6f933e16 (diff) | |
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.html | 1 |
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 |
