django/tests/regressiontests/generic_views
Anssi Kääriäinen 484fcd34a4 Fixed #16418 -- Made generic views work with ModelForms
Generic views assumed any object's _meta will be model Options. This
is not true for ModelForms for example. Took isinstance(obj, Model)
in use instead.
2012-06-09 01:12:14 +03: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
base.py Fixed #17449 -- Added OPTIONS to generic views. 2012-05-17 13:54:51 +02:00
dates.py Fixed #18353 -- Inconsistency in date-based CBVs. 2012-05-24 13:02:19 +02:00
detail.py Fixed #16418 -- Made generic views work with ModelForms 2012-06-09 01:12:14 +03:00
edit.py
forms.py
list.py
models.py
tests.py
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