summaryrefslogtreecommitdiff
path: root/docs/generic_views.txt
AgeCommit message (Expand)Author
2006-02-17Fixed #1302 -- Added next_month and previous_month to template context in arc...Adrian Holovaty
2006-02-17Fixed #1295 -- Fixed typo in generic views docs. Thanks, MattAdrian Holovaty
2006-01-12Fixed #1206 -- fixed a small typo in docs/generic_views.txt (thanks, Matt)Jacob Kaplan-Moss
2006-01-11Removed 'Only in Django development version' messages from the docs, because ...Adrian Holovaty
2005-12-24Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce...Adrian Holovaty
2005-11-30Added allow_empty hook to archive_index date-based generic view.Adrian Holovaty
2005-11-16Small style cleanup of docs/generic_views.txtAdrian Holovaty
2005-11-15Added django.views.generic.simple.redirect_to view for issuing simple redirec...Jacob Kaplan-Moss
2005-10-10Fixed #605 -- Fixed template-name errors in docs/generic_views.txt. Thanks, c...Adrian Holovaty
2005-10-10Updated docs to reflect changes in [824]Jacob Kaplan-Moss
2005-08-17Fixed typo in docs/generic_views.txtAdrian Holovaty
2005-08-17Fixed #336 -- Typo in docs/generic_views.txt. Thanks, MattAdrian Holovaty
2005-08-08Fixed typos in generic-views documentationAdrian Holovaty
2005-07-26Removed 'use_numeric_months' parameter in generic date views (from [308]) in ...Adrian Holovaty
2005-07-25Fixed #196: date-based generic views now have a "use_numeric_months" option i...Jacob Kaplan-Moss
2005-07-25Copy-edited docs from [303] and [304]Adrian Holovaty
2005-07-24A bunch of generics: documentation of generic views; cleaned up existing gene...Jacob Kaplan-Moss