| Age | Commit message (Expand) | Author |
| 2007-02-26 | Fixed #3170: added first_on_page and last_on_page arguments to paginated gene... | Jacob Kaplan-Moss |
| 2006-12-15 | Copied django.forms to django.oldforms and changed all code to reference djan... | Adrian Holovaty |
| 2006-11-27 | Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt ... | Adrian Holovaty |
| 2006-10-30 | Fixes #2966 -- Added extra_context parameter to direct_to_template generic vi... | Russell Keith-Magee |
| 2006-10-30 | Fixes #2964 -- Fixed typo in regex in docstring for redirect_to. Thanks, wam-... | Russell Keith-Magee |
| 2006-09-26 | Fixed #2362 -- Corrected the way we retrieve an object so that it works for | Malcolm Tredinnick |
| 2006-08-21 | Fixed #2471 -- Got date-based generic views working with SQLite DateFields. T... | Adrian Holovaty |
| 2006-08-11 | Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@n... | Adrian Holovaty |
| 2006-07-27 | Fixed #2433 -- Added allow_future option to date-based generic views | Adrian Holovaty |
| 2006-07-22 | Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414). | Malcolm Tredinnick |
| 2006-07-21 | Second half of little cleanup tweaks suggested by pyflakes. | Jacob Kaplan-Moss |
| 2006-07-19 | Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser... | Malcolm Tredinnick |
| 2006-06-20 | Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ... | Adrian Holovaty |
| 2006-06-13 | Fixed #2147: file uploads within the update_object generic view now works. T... | Jacob Kaplan-Moss |
| 2006-06-03 | Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, ka... | 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-23 | Negligible code cleanup for the sake of clarity. | Luke Plant |
| 2006-05-22 | Fixed #1931 -- update_object generic view no longer assumes the object's get_... | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-03-30 | Fixed #1557 in trunk | Adrian Holovaty |
| 2006-03-01 | Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao... | Adrian Holovaty |
| 2006-02-27 | Fixed #1033 -- pagination in object_list generic views now use 1-indexed page... | Jacob Kaplan-Moss |
| 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 |
| 2006-01-03 | Fixed #1117 -- Added HttpResponsePermanentRedirect | 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-12-01 | Fixed #816 -- FileFields now work in the create_update generic view. Thanks, ... | Adrian Holovaty |
| 2005-11-30 | Added allow_empty hook to archive_index date-based generic view. | Adrian Holovaty |
| 2005-11-28 | Fixed #947 -- Corrected is_paginated variable in list_detail generic view. Th... | Adrian Holovaty |
| 2005-11-25 | MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat... | Adrian Holovaty |
| 2005-11-15 | Added django.views.generic.simple.redirect_to view for issuing simple redirec... | Jacob Kaplan-Moss |
| 2005-11-15 | Added django.views.generic.simple.direct_to_template which renders a given te... | Jacob Kaplan-Moss |
| 2005-10-10 | Updated docs to reflect changes in [824] | Jacob Kaplan-Moss |
| 2005-10-10 | Fixed #604 - total number of objects in generic object_list view is now avail... | Jacob Kaplan-Moss |
| 2005-09-29 | Fixed #541 - generic views now may take a {{{template_loader}}} argument so t... | Jacob Kaplan-Moss |
| 2005-09-02 | Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty ... | Adrian Holovaty |
| 2005-08-12 | Fixed #310 -- thanks, mordaha | Jacob Kaplan-Moss |
| 2005-08-08 | Fixed typos in generic-views documentation | Adrian Holovaty |
| 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 |