This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-14 20:34:36 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
/
generic
History
Ian Wilson
b79df0b358
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist when it should have raised an ImproperlyConfigured. fixes 16502. by @ianawilson, @jambonrose
2013-09-06 16:27:34 -05:00
..
__init__.py
Fixed
#14995
-- Add FormView import to generic views __init__. Thanks carbonXT.
2011-01-08 14:53:44 +00:00
base.py
Fixed
#15273
-- Extend RedirectView to allow reversal by name.
2013-06-14 11:59:26 +01:00
dates.py
Fixed
#17260
-- Added time zone aware aggregation and lookups.
2013-02-16 09:19:04 +01:00
detail.py
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist when it should have raised an ImproperlyConfigured. fixes 16502. by @ianawilson, @jambonrose
2013-09-06 16:27:34 -05:00
edit.py
Advanced deprecation warnings for Django 1.7.
2013-06-29 18:49:37 +02:00
list.py
Improved queryset handling and docs for (Single|Multiple)ObjectMixin.
2013-08-09 17:51:58 +07:00