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 Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list views as a context variable. Thanks to diegueus9 for the report. 2011-01-03 13:15:58 +00:00
templates Fixed #18354 -- Performance issue in CBV. 2012-05-20 13:18:42 +02:00
__init__.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
base.py Fixed #18793: Duplicate test test_head_no_get in generic_views.base 2012-08-19 01:04:08 +04:00
dates.py Fixed #16218 -- date_list order in generic CBVs. 2012-09-22 11:47:34 +02:00
detail.py Fixed #16744 -- Class based view should have the view object in the context 2012-08-18 15:07:21 +01:00
edit.py Fixed #16744 -- Class based view should have the view object in the context 2012-08-18 15:07:21 +01:00
forms.py Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
list.py Merge pull request #467 from tomchristie/page-kwarg 2012-11-17 12:27:01 -08:00
models.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
tests.py Fixed #16074 -- Added ContextMixin to class-based generic views to handle get_context_data. Thanks emyller, Luke Plant, Preston Holmes for working on the ticket and patch. 2012-04-06 21:24:33 +00:00
urls.py Test for `ListView.page_kwarg` 2012-10-25 13:19:53 +01:00
views.py Fixed #16418 -- Made generic views work with ModelForms 2012-06-09 01:12:14 +03:00