This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
af71ce06ea
django1
/
django
/
views
/
generic
History
Tom Terrace
a0d34348dd
fix typo: instanciating -> instantiating
2012-04-28 14:18:16 -03: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
#16074
-- Added ContextMixin to class-based generic views to handle get_context_data. Thanks emyller, Luke Plant, Preston Holmes for working on the ticket and patch.
2012-04-06 21:24:33 +00:00
dates.py
Fixed
#18087
-- Prevented date-based generic views from loading entire tables in memory when pagination is enabled.
2012-04-10 20:05:46 +00:00
detail.py
Fixed
#16074
-- Added ContextMixin to class-based generic views to handle get_context_data. Thanks emyller, Luke Plant, Preston Holmes for working on the ticket and patch.
2012-04-06 21:24:33 +00:00
edit.py
fix typo: instanciating -> instantiating
2012-04-28 14:18:16 -03:00
list.py
Fixed
#16074
-- Added ContextMixin to class-based generic views to handle get_context_data. Thanks emyller, Luke Plant, Preston Holmes for working on the ticket and patch.
2012-04-06 21:24:33 +00:00