| Age | Commit message (Expand) | Author |
| 2010-12-10 | Add FormMixin.get_form_kwargs method to abstract some common logic in a tidier | Chris Beaven |
| 2010-12-09 | Fixes #14873 -- A paginated ListView with a List instead of queryset produces... | Chris Beaven |
| 2010-12-07 | Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than... | Russell Keith-Magee |
| 2010-12-05 | Fixed #14773 -- Modified MultipleObjectMixin to allow for custom paginators. ... | Russell Keith-Magee |
| 2010-12-04 | Fixed #14797 -- Corrected the handling of get_form_class() when a custom quer... | Russell Keith-Magee |
| 2010-12-04 | Fixed #14803 -- Corrected an inconsistency in redirection handling between ol... | Russell Keith-Magee |
| 2010-11-23 | Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a ... | Russell Keith-Magee |
| 2010-11-20 | Documented migration path for change object_list -> ListView regarding differ... | Luke Plant |
| 2010-11-20 | Fixed #14512 -- Added documentation on how to apply decorators to class-based... | Russell Keith-Magee |
| 2010-10-28 | Fixed #14558 -- Modified the way PUT and DELETE HTTP methods are handled so t... | Russell Keith-Magee |
| 2010-10-28 | Fixed #14554 -- Raise the actual NotImplementedError exception, not the NotIm... | Russell Keith-Magee |
| 2010-10-28 | Fixed #14504 -- Corrected the way object_list is used in ListView to avoid ov... | Russell Keith-Magee |
| 2010-10-28 | Fixed #14568 -- Use keyword rather than positional arguments for form constru... | Russell Keith-Magee |
| 2010-10-20 | Modified the implementation of get_object() to be consistent with the approac... | Russell Keith-Magee |
| 2010-10-19 | Fixed #14495 -- DeletionMixin and FormMixin don't have an object to work with... | Honza Král |
| 2010-10-19 | Added a logging call on HTTP 405 for class-based views. This is for consisten... | Russell Keith-Magee |
| 2010-10-18 | Fixed #6735 -- Added class-based views. | Russell Keith-Magee |
| 2010-10-06 | Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th... | Russell Keith-Magee |
| 2010-10-04 | Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf... | Russell Keith-Magee |
| 2010-09-11 | Add option to redirect_to view to allow passing along the query string | Malcolm Tredinnick |
| 2010-01-10 | Fixed: 3274: Added date_list context variable to the archive_month generic vi... | Karen Tracey |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 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 |
| 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 |