| Age | Commit message (Expand) | Author |
| 2009-05-17 | Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments... | Karen Tracey |
| 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-12-08 | Added a 'permanent' argument the simple.redirect_to() generic view. It's True... | Adrian Holovaty |
| 2008-08-23 | Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv... | Brian Rosner |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-07-27 | Corrected spacing in warning message. | Gary Wilson Jr |
| 2008-07-27 | Fixed #7988 -- Corrected import of the warnings module, thanks richardh. | Gary Wilson Jr |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-19 | Fixed #7741: django.newforms is now django.forms. This is obviously a backwar... | Jacob Kaplan-Moss |
| 2008-07-18 | Refs #3639 -- Minor docstring correction, it's a function not a method. | Gary Wilson Jr |
| 2008-07-18 | Fixed #3639: updated generic create_update views to use newforms. This is a b... | Jacob Kaplan-Moss |
| 2008-07-08 | Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaf... | Malcolm Tredinnick |
| 2008-07-08 | Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify... | Adrian Holovaty |
| 2008-03-23 | Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail generic | Malcolm Tredinnick |
| 2008-03-18 | Changed list_detail.object_list generic view to use the new Paginator class. ... | Adrian Holovaty |
| 2007-12-02 | Fixed #685 -- archive_index() and object_list() generic views allow empty | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5468 -- Fixed the handling of the context argument in direct_to_templa... | Russell Keith-Magee |
| 2007-09-14 | Fixed #3895 -- Added ability to customize the context variable in the archive... | Russell Keith-Magee |
| 2007-09-14 | Fixed #4919 -- Added 'last' marker on paginators. Thanks to patrick@vonautoma... | Russell Keith-Magee |
| 2007-09-14 | Fixed #1795 -- Added page_range to paginators in generic list views. Thanks t... | 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-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | 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 |
| 2007-04-09 | Fixed #3034 -- Added mimetype parameter to the direct_to_template() generic | Malcolm Tredinnick |
| 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 |