django/tests/regressiontests/generic_views
Tim Graham 0e3690d230 Fixed #18974 - Warned against using models.permalink
Thanks dstufft for the draft patch.
2012-11-22 16:08:51 -05:00
..
fixtures
templates Fixed #18354 -- Performance issue in CBV. 2012-05-20 13:18:42 +02:00
__init__.py
base.py Fixed #19316 -- Set View args/kwargs/request before dispatch 2012-11-22 20:13:01 +01: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 Add orphans support to MultipleObjectMixin 2012-11-21 16:50:23 +13:00
models.py Fixed #18974 - Warned against using models.permalink 2012-11-22 16:08:51 -05:00
tests.py
urls.py Add orphans support to MultipleObjectMixin 2012-11-21 16:50:23 +13:00
views.py Fixed #16418 -- Made generic views work with ModelForms 2012-06-09 01:12:14 +03:00