index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
generic
/
date_based.py
Age
Commit message (
Expand
)
Author
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2011-11-20
Upgraded the date based generic views to avoid warnings when time zone suppor...
Aymeric Augustin
2011-04-02
Advanced deprecations for function-based generic views
Russell Keith-Magee
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee
2010-01-10
Fixed: 3274: Added date_list context variable to the archive_month generic vi...
Karen Tracey
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-04-13
Fixed #10458 -- Corrected the `next_month` and `previous_month` context varia...
Russell Keith-Magee
2009-04-09
Fixed #7944: date-based generic views no longer get confused with a numeric m...
Jacob Kaplan-Moss
2008-08-23
Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv...
Brian Rosner
2007-12-02
Fixed #685 -- archive_index() and object_list() generic views allow empty
Malcolm Tredinnick
2007-09-14
Fixed #3895 -- Added ability to customize the context variable in the archive...
Russell Keith-Magee
2007-09-07
Changed imports to adhere to PEP 8.
Gary Wilson Jr
2007-09-07
Fixed #3134 -- Made the `archive_year` generic view consistent with the other...
Gary Wilson Jr
2007-08-12
Fixed #5085 -- In generic views, set the default name for the slug field to '...
Malcolm Tredinnick
2007-06-22
Backed out the changes in [5482] for a bit whilst some more investigation into
Malcolm Tredinnick
2007-06-17
Fixed #4565 -- Changed template rendering to use iterators, rather than
Malcolm Tredinnick
2006-08-21
Fixed #2471 -- Got date-based generic views working with SQLite DateFields. T...
Adrian Holovaty
2006-07-27
Fixed #2433 -- Added allow_future option to date-based generic views
Adrian Holovaty
2006-06-03
Eliminated lots of mutable default arguments (since they are bugs
Luke Plant
2006-06-01
Fixed #697 -- Added make_object_list parameter to archive_year generic view. ...
Adrian Holovaty
2006-05-31
Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian Holsman
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-03-01
Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao...
Adrian Holovaty
2006-02-18
Fixed #1229 -- Added allow_empty argument to archive_year and archive_month d...
Adrian Holovaty
2006-02-17
Fixed #1302 -- Added next_month and previous_month to template context in arc...
Adrian Holovaty
2005-12-24
Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce...
Adrian Holovaty
2005-12-16
Fixed #1041 -- Generic views no longer use deprecated template_loader. Thanks...
Adrian Holovaty
2005-12-09
Fixed #992 -- Fixed bug in archive_month generic view leaving out the last da...
Adrian Holovaty
2005-11-30
Added allow_empty hook to archive_index date-based generic view.
Adrian Holovaty
2005-09-29
Fixed #541 - generic views now may take a {{{template_loader}}} argument so t...
Jacob Kaplan-Moss
2005-07-26
Removed 'use_numeric_months' parameter in generic date views (from [308]) in ...
Adrian Holovaty
2005-07-25
Fixed #196: date-based generic views now have a "use_numeric_months" option i...
Jacob Kaplan-Moss
2005-07-25
Fixed #195: generic views now allow callables in extra_context dicts -- thank...
Jacob Kaplan-Moss
2005-07-24
A bunch of generics: documentation of generic views; cleaned up existing gene...
Jacob Kaplan-Moss
2005-07-22
Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th...
Adrian Holovaty
2005-07-21
Fixed #137 -- thanks nesh@studioquattro.co.yu
Jacob Kaplan-Moss
2005-07-15
Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty