1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/tests/regressiontests/generic_views
Simon Charette a10f390804 Fixed #19044 -- Made DeletionMixin interpolate its success_url.
Thanks to nxvl and slurms for the initial patch, ptone for the review
and timo for the documentation tweaks.
2013-02-11 02:39:14 -05: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 Added file forgotten in 23e319d7. 2013-01-30 22:11:53 +01:00
__init__.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
base.py Fixed #19076 -- Added content_type attribute to TemplateView. 2013-01-30 21:26:17 +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 #19044 -- Made DeletionMixin interpolate its success_url. 2013-02-11 02:39:14 -05:00
forms.py Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:22:42 +01:00
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 Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:22:42 +01:00
urls.py Fixed #19044 -- Made DeletionMixin interpolate its success_url. 2013-02-11 02:39:14 -05:00
views.py Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:22:42 +01:00