django/tests/regressiontests/generic_views
Claude Paroz 7fea7cf5d7 [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL
Backport of 795ac7deda from master.
2012-12-04 13:24:04 +01: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 Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
base.py [1.5.x] Fixed #19316 -- Set View args/kwargs/request before dispatch 2012-11-22 20:14:04 +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 [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:24:04 +01:00
forms.py [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:24:04 +01:00
list.py [1.5.x] Test for `ListView.page_kwarg` 2012-11-17 21:30:47 +01:00
models.py [1.5.X] Fixed #18974 - Warned against using models.permalink 2012-11-22 16:10:42 -05:00
tests.py [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:24:04 +01:00
urls.py [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:24:04 +01:00
views.py [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:24:04 +01:00