django1/django/views/generic
Aymeric Augustin 20e6973682 Fixed #18323 -- Refactored date arithmetic
in date based generic views, in order to deal properly with both
DateFields and DateTimeFields.
2012-05-17 17:41:37 +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 #17449 -- Added OPTIONS to generic views. 2012-05-17 13:54:51 +02:00
dates.py Fixed #18323 -- Refactored date arithmetic 2012-05-17 17:41:37 +02: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 #17535 -- Optimized list generic views. 2012-05-17 13:34:53 +02:00