django/tests/regressiontests/generic_views
Claude Paroz 10cf3c6427 Used catch_warnings instead of save/restore methods. Refs #17049. 2012-05-03 18:30:07 +02:00
..
fixtures
templates
__init__.py
base.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
dates.py Used catch_warnings instead of save/restore methods. Refs #17049. 2012-05-03 18:30:07 +02:00
detail.py Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
edit.py Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' class variable. Thanks hanson2010, wilfred@potatolondon.com and agriffis for their work on the patch. 2012-03-17 22:31:03 +00: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 Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
models.py Fixed #18217 -- Time zone support in generic views 2012-04-30 20:48:19 +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 Fixed #18217 -- Time zone support in generic views 2012-04-30 20:48:19 +02:00
views.py Fixed #18217 -- Time zone support in generic views 2012-04-30 20:48:19 +02:00