| Age | Commit message (Expand) | Author |
| 2011-03-15 | Fixed #15575 -- Corrected handling of pagination in generic views to match do... | Russell Keith-Magee |
| 2011-03-14 | Fixed #15597: When formatting the debug page for inclusion in an e-mail, supp... | Karen Tracey |
| 2011-03-06 | Fixed #15560 -- Cleaned up some redundant post->put redirections in the class... | Russell Keith-Magee |
| 2011-03-02 | Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m... | Jannis Leidel |
| 2011-03-01 | Fixed #15281 -- Made the static view use an iterator when serving a file, eff... | Jannis Leidel |
| 2011-03-01 | Fixed #717 - If-Modified-Since handling should compare dates according to RFC... | Luke Plant |
| 2011-02-26 | Fixed #15508 -- Corrected a misleading error message in the DetailView generi... | Russell Keith-Magee |
| 2011-02-15 | Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no... | Russell Keith-Magee |
| 2011-02-14 | Fixed #15287 -- Added translation markers to user-facing error messages in cl... | Russell Keith-Magee |
| 2011-02-14 | Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't hav... | Russell Keith-Magee |
| 2011-02-14 | Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje... | Russell Keith-Magee |
| 2011-02-14 | Fixes #15270 -- Moved back the serve view to django.views.static due to depen... | Jannis Leidel |
| 2011-02-07 | Fixed #5494, #10765, #14924 -- Modified the order in which translations are r... | Ramiro Morales |
| 2011-02-06 | Fixed #14711 -- Corrected the calculation for the previous month in generic d... | Russell Keith-Magee |
| 2011-02-04 | Fixed #14824 -- Corrected the handling of formats when USE_L10N is disabled. ... | Russell Keith-Magee |
| 2011-02-01 | Fixed #14972 -- Ensure that the HTML email logger always produces useful outp... | Russell Keith-Magee |
| 2011-01-29 | Fixed #15158 -- Fixed error introduced in r15252 in rendering of the template... | Ramiro Morales |
| 2011-01-27 | Fixed #15061 -- Removed a redundant method implementation in the class-based ... | Russell Keith-Magee |
| 2011-01-26 | Fixed #15052 -- corrected an innacurate docstring in the generic views. | Alex Gaynor |
| 2011-01-24 | Fixed #15021 -- Corrected CSS for the layout of stack traces on the server er... | Russell Keith-Magee |
| 2011-01-20 | Fixed #15122 -- Restored reporting of the template files tried in the texmpla... | Ramiro Morales |
| 2011-01-13 | Fixed #15025 - template debug fails if there's a callable local var that gene... | Luke Plant |
| 2011-01-08 | Fixed #14929 -- Move gzip_page docstring to the right place. Thanks adamv. | Andrew Godwin |
| 2011-01-08 | Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT. | Andrew Godwin |
| 2011-01-08 | Fixed inconsistency in ListView's pagination (short datasets should also trig... | Andrew Godwin |
| 2011-01-03 | Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list... | Russell Keith-Magee |
| 2010-12-22 | Fix a small docstring bug in the CSRF decorators. | Andrew Godwin |
| 2010-12-21 | Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp... | Russell Keith-Magee |
| 2010-12-13 | Fixed #13726 -- Further refine changes made in r12384 and r13069 for using no... | Jannis Leidel |
| 2010-12-12 | Fixed #11990 -- Show the correct URLconf in the technical 404 template even i... | Jannis Leidel |
| 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-06 | Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ... | 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-12-04 | Fixed #14737 -- Moved the docstring comment for the cache_page decorator so i... | 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-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-11 | Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. | Jannis Leidel |
| 2010-11-04 | Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz. | Jannis Leidel |
| 2010-10-28 | Fixed #14565 - No csrf_token on 404 page. | Luke Plant |
| 2010-10-28 | Reverted changeset [14356] | Luke Plant |
| 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 |