summaryrefslogtreecommitdiff
path: root/docs/generic_views.txt
AgeCommit message (Expand)Author
2008-03-20queryset-refactor: Merged from trunk up to [7338].Malcolm Tredinnick
2007-12-03queryset-refactor: Merged from trunk up to [6856].Malcolm Tredinnick
2007-10-08queryset-refactor: Merged changed from trunk up to [6463].Malcolm Tredinnick
2007-09-15queryset-refactor: Merged to [6300]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6190]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6155]Adrian Holovaty
2007-08-12Fixed #5085 -- In generic views, set the default name for the slug field to '...Malcolm Tredinnick
2007-06-25Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Tha...Malcolm Tredinnick
2007-06-01Fixed #4401 -- Added documentation about mimetype parameter toMalcolm Tredinnick
2007-04-24Fixed #4133 -- Fixed broken links in docs. Thanks, Gary WilsonAdrian Holovaty
2007-04-21Fixed #4101 -- Clarified a potentially confusing URL pattern in one example.Malcolm Tredinnick
2007-04-01Fixed #3889 -- Fixed incorrect anchor in link.Malcolm Tredinnick
2007-03-23Remove notes about things added/removed in development version, since the dev...James Bennett
2007-02-26Fixed #3249: small doc fix to pagination documentation. Thanks, Nikolaus Sch...Jacob Kaplan-Moss
2007-02-26Fixed #3170: added first_on_page and last_on_page arguments to paginated gene...Jacob Kaplan-Moss
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2007-01-23Fixed a couple more ReST errors I found in docs/generic_views.txtAdrian Holovaty
2007-01-23Fixed #3234 -- Fixed ReST error in docs/generic_views.txt. Thanks, paoloAdrian Holovaty
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-10-30Added note to docs/generic_views.txt that extra_context is new in Django deve...Adrian Holovaty
2006-10-30Fixes #2966 -- Added extra_context parameter to direct_to_template generic vi...Russell Keith-Magee
2006-10-23Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the correctMalcolm Tredinnick
2006-08-05Fixed #2486 -- Fixed typo in docs/generic_views.txt. Thanks, umbrae@gmail.comAdrian Holovaty
2006-07-27Fixed #2433 -- Added allow_future option to date-based generic viewsAdrian Holovaty
2006-06-03Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, ka...Adrian Holovaty
2006-06-01Fixed #697 -- Added make_object_list parameter to archive_year generic view. ...Adrian Holovaty
2006-05-31Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian HolsmanAdrian Holovaty
2006-05-21Improved the advice on using QuerySets in extra_context based on feedback fromMalcolm Tredinnick
2006-05-17Clarified how extra_context values are evaluated and, in particular, how toMalcolm Tredinnick
2006-05-09Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.netAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-24Made small change to docs/generic_views.txt: 1 --> 01Adrian Holovaty
2006-03-21Fixed typo in docs/generic_views.txt. Thanks, pbxAdrian Holovaty
2006-03-21Fixed #1510 -- Fixed ReST error in docs/generic_views.txt. Thanks, akaihola a...Adrian Holovaty
2006-03-01Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao...Adrian Holovaty
2006-02-18Fixed #1229 -- Added allow_empty argument to archive_year and archive_month d...Adrian Holovaty
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