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
Tim Graham
7b2d95eb30
Clarified usage of as_view kwargs for setting arguments on class based views
...
Thanks Dave McLain for the patch.
2012-11-22 09:07:21 -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
Clarified usage of as_view kwargs for setting arguments on class based views
2012-11-22 09:07:21 -05:00
dates.py
Fixed
#16218
-- date_list order in generic CBVs.
2012-09-22 11:47:34 +02:00
detail.py
Fixed error message in detail generic view.
2012-07-25 22:46:57 +02:00
edit.py
Fixed
#18451
-- Vastly improved class based view documentation.
2012-06-11 10:40:23 +02:00
list.py
Add orphans support to MultipleObjectMixin
2012-11-21 16:50:23 +13:00