django/tests/regressiontests/generic_views
Aymeric Augustin baa33cd8fa Fixed #16218 -- date_list order in generic CBVs.
Thanks nnrcschmdt for the report and bpeschier for the initial
version of the patch.
2012-09-22 11:47:34 +02:00
..
fixtures
templates
__init__.py
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
list.py Fixed #16744 -- Class based view should have the view object in the context 2012-08-18 15:07:21 +01:00
models.py
tests.py
urls.py Fixed #3542 -- Add support for changing granularity on ArchiveView. 2012-08-18 17:03:57 +01:00
views.py