| Age | Commit message (Expand) | Author |
| 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 |
| 2007-09-14 | Fixed #3651 -- Changed set_language_view() to require POST request is used, i... | Malcolm Tredinnick |
| 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-08-12 | Fixed #5046 -- Added 'Unicode error hint' section to debug page in the case o... | Adrian Holovaty |
| 2007-08-11 | Fixed #4414 -- Fixed Javascript message translation to also work when there i... | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-03 | Fixed #4685 -- 'View on site' now works for https URLs. Thanks, cbrand@redbac... | Adrian Holovaty |
| 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 |
| 2007-06-10 | Fixed #4335 -- Added Python executable binary path and version to debug output. | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-21 | Fixed #3734 -- Added support for import hooks to the debugging traceback | Malcolm Tredinnick |
| 2007-04-09 | Fixed #3034 -- Added mimetype parameter to the direct_to_template() generic | Malcolm Tredinnick |
| 2007-04-09 | Fixed #3942 -- Fixed potential confusion on debug 404 page by stripping initi... | Adrian Holovaty |
| 2007-03-12 | Fixed #3640 -- Improved error handling in views.i18n.set_language(). Thanks | Malcolm Tredinnick |
| 2007-02-26 | Added a comment to the 404/500 views so that people with DEBUG=False and no 4... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3170: added first_on_page and last_on_page arguments to paginated gene... | Jacob Kaplan-Moss |
| 2006-12-15 | Copied django.forms to django.oldforms and changed all code to reference djan... | Adrian Holovaty |
| 2006-11-27 | Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt ... | Adrian Holovaty |
| 2006-10-30 | Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea... | Adrian Holovaty |
| 2006-10-30 | Fixes #2966 -- Added extra_context parameter to direct_to_template generic vi... | Russell Keith-Magee |