| Age | Commit message (Expand) | Author |
| 2012-04-25 | Fixed #18033 -- Removed function-based generic views, as per official depreca... | Claude Paroz |
| 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 |
| 2009-12-09 | Fixed #4604 - Configurable message passing system, supporting anonymous users | Luke Plant |
| 2009-05-17 | Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments... | Karen Tracey |
| 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-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 |
| 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 |
| 2006-12-15 | Copied django.forms to django.oldforms and changed all code to reference djan... | Adrian Holovaty |
| 2006-09-26 | Fixed #2362 -- Corrected the way we retrieve an object so that it works for | Malcolm Tredinnick |
| 2006-08-11 | Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@n... | 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 | Eliminated lots of mutable default arguments (since they are bugs | 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 |
| 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-01 | Fixed #816 -- FileFields now work in the create_update generic view. Thanks, ... | Adrian Holovaty |
| 2005-11-25 | MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat... | Adrian Holovaty |
| 2005-09-29 | Fixed #541 - generic views now may take a {{{template_loader}}} argument so t... | Jacob Kaplan-Moss |
| 2005-08-12 | Fixed #310 -- thanks, mordaha | 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 |