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-03-16 04:10:45 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
/
generic
History
Baptiste Mispelon
299983616f
Fixed
#20644
-- Add ModelFormMixin.fields to the CBV flattened index
...
Thanks to Tim Graham for the report and review.
2013-06-24 11:59:08 +02: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
Fixed
#20234
and
#20236
-- SingleObjectMixin fixes
2013-05-18 21:13:27 +02:00
edit.py
Fixed
#20644
-- Add ModelFormMixin.fields to the CBV flattened index
2013-06-24 11:59:08 +02:00
list.py
Fixed
#20235
-- Use self.object_list if object_list not present in get_context_data kwargs.
2013-05-18 14:10:40 +02:00