| Age | Commit message (Expand) | Author |
| 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 |
| 2007-12-04 | Changed wording of post-to-dpaste link based on a suggestion from Mordy Ovits | Adrian Holovaty |
| 2007-12-04 | Changed 'Send to DPaste' link (from [6820]) on debug page to wording that's m... | Adrian Holovaty |
| 2007-12-02 | Fixed #685 -- archive_index() and object_list() generic views allow empty | Malcolm Tredinnick |
| 2007-12-02 | Fixed #2437, #6091 -- Added "paste to dpaste" button to debug page. Thanks, | Malcolm Tredinnick |
| 2007-11-30 | Edited docstring from [6505] -- single spaces separate sentences, not double ... | Adrian Holovaty |
| 2007-11-29 | Fixed #5853 -- Added handling for a missing 'en' PO file in translation support | Malcolm Tredinnick |
| 2007-11-29 | Fixed #1291 -- Fixed a potential infinite loop for some URL constructions in | Malcolm Tredinnick |
| 2007-11-20 | Fixed #5974 -- Added autoescaping for source code lines and local variables in | Malcolm Tredinnick |
| 2007-11-14 | Implemented auto-escaping of variable output in templates. Fully controllable... | Malcolm Tredinnick |
| 2007-10-31 | Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie... | Gary Wilson Jr |
| 2007-10-21 | Fixed #5712 -- Added more robustness to source code display in the debug view... | Malcolm Tredinnick |
| 2007-10-14 | Added module docstring and corrected order of imports to adhere to PEP 8. | Gary Wilson Jr |
| 2007-10-06 | Fixed typo in comment. | Gary Wilson Jr |
| 2007-09-15 | Changed set_language() change from [6320] to use request.REQUEST, which is sh... | Adrian Holovaty |
| 2007-09-15 | Changed set_language() redirect view to check POST data for 'next'. Thanks, m... | Adrian Holovaty |
| 2007-09-15 | Fixed #5468 -- Fixed the handling of the context argument in direct_to_templa... | Russell Keith-Magee |