1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
django/tests/regressiontests/generic_views
Jannis Leidel 778b8bdcf4 Merge pull request #467 from tomchristie/page-kwarg
Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded "page".
2012-11-17 12:27:01 -08:00
..
fixtures
templates
__init__.py
base.py
dates.py Fixed #16218 -- date_list order in generic CBVs. 2012-09-22 11:47:34 +02:00
detail.py
edit.py
forms.py
list.py Merge pull request #467 from tomchristie/page-kwarg 2012-11-17 12:27:01 -08:00
models.py
tests.py
urls.py Test for ListView.page_kwarg 2012-10-25 13:19:53 +01:00
views.py