| Age | Commit message (Expand) | Author |
| 2009-07-21 | Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaag... | Russell Keith-Magee |
| 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-12 | Fixed #9577 --Fixed URL display in the debug template. | Malcolm Tredinnick |
| 2009-04-09 | Fixed #7944: date-based generic views no longer get confused with a numeric m... | Jacob Kaplan-Moss |
| 2009-04-03 | Fixed #10681 -- Work around (by ignoring) invalid ETag headers. | Malcolm Tredinnick |
| 2009-03-31 | Fixed #7529: added a FILES section to the debug view. As a bonus, we've now got | Jacob Kaplan-Moss |
| 2009-03-24 | A bunch of improvements for conditional HTTP processing. | Malcolm Tredinnick |
| 2009-03-22 | Fixed #10581 -- Fixed conditional handling of If-Match headers. | Malcolm Tredinnick |
| 2009-03-22 | Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified). | Malcolm Tredinnick |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-01-09 | Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2. | Malcolm Tredinnick |
| 2008-12-08 | Added a 'permanent' argument the simple.redirect_to() generic view. It's True... | Adrian Holovaty |
| 2008-12-04 | Fixed #9754: static-serving view now uses correct template name for directory... | James Bennett |
| 2008-09-10 | Moved the bulk of the shortcut() function in django/views/defaults.py to a ne... | Adrian Holovaty |
| 2008-09-08 | Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse... | Adrian Holovaty |
| 2008-08-27 | Fixed #8287: the debug page now shows the actual requested URL even if you've... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #6353: better handle unicode in exception reasons. | Jacob Kaplan-Moss |
| 2008-08-23 | Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv... | Brian Rosner |
| 2008-08-17 | Fixed #8178: Another update to debug template to aid rendering of exception t... | Russell Keith-Magee |
| 2008-08-16 | Fixed #8178: Cleaned up the rendering of exceptions on the error template. Th... | Russell Keith-Magee |
| 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 #7848 -- Removed a bunch of code that wasn't contributing to society. T... | Adrian Holovaty |
| 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-15 | Fixed #6862 -- Refactored debug traceback extraction into an easy-to-use class. | Malcolm Tredinnick |
| 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-07-08 | Fixed #7649 -- Fixed incorrect line numbering in debug view in case of empty ... | Adrian Holovaty |
| 2008-06-16 | Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, k... | Adrian Holovaty |
| 2008-03-24 | Fixed #6864 -- Handle Javascript i18n when the plural form expression returns | Malcolm Tredinnick |
| 2008-03-23 | Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail generic | Malcolm Tredinnick |
| 2008-03-20 | Fixed #6486 -- Added local server time to the debug output page. Patch from | Malcolm Tredinnick |
| 2008-03-18 | Fixed #5935 -- the 'It worked' page is now served with a 200 status code, not... | Adrian Holovaty |
| 2008-03-18 | Changed list_detail.object_list generic view to use the new Paginator class. ... | Adrian Holovaty |
| 2008-03-18 | Fixed #6494 -- Factored out the HTML debug output into a method of its own for | Malcolm Tredinnick |
| 2008-02-29 | Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe. | Malcolm Tredinnick |
| 2008-02-25 | Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o... | Gary Wilson Jr |
| 2008-02-03 | Fixed #6423 -- Don't fall in a hole in the debug screen if somebody raises an... | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6359 -- Fixed an oversight in the debug output: template loaders need ... | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6495 -- Fixed debug traceback HTML output in the rare case when there ... | Malcolm Tredinnick |
| 2007-12-23 | Corrected a typo in the debug page -- 'Share this traceback on a public Web s... | Adrian Holovaty |
| 2007-12-17 | Fixed #5596 -- Changed the static view for the development server so that Dja... | Malcolm Tredinnick |
| 2007-12-11 | Fixed copy-and-paste view of error page to not indent the first line of insta... | Gary Wilson Jr |
| 2007-12-11 | Fixed imports to adhere to django coding style. | Gary Wilson Jr |
| 2007-12-11 | Fixed #6158 -- Display PYTHONPATH on the debug error page. Thanks, annacoder. | Gary Wilson Jr |