1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/tests/regressiontests/generic_views
Marc Tamlyn 58683e9c82 Fixed #16744 -- Class based view should have the view object in the context
Updated the most recent patch from @claudep to apply again and updated
the documentation location.
2012-08-18 15:07:21 +01:00
..
fixtures
templates Fixed #18354 -- Performance issue in CBV. 2012-05-20 13:18:42 +02:00
__init__.py
base.py Fixed #16744 -- Class based view should have the view object in the context 2012-08-18 15:07:21 +01:00
dates.py Decorated some tests that require tz support. 2012-08-11 17:32:24 -04: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 [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 Fixed #16418 -- Made generic views work with ModelForms 2012-06-09 01:12:14 +03:00
views.py Fixed #16418 -- Made generic views work with ModelForms 2012-06-09 01:12:14 +03:00