summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2008-08-27Fixed #8287: the debug page now shows the actual requested URL even if you've...Jacob Kaplan-Moss
2008-08-25Fixed #6353: better handle unicode in exception reasons.Jacob Kaplan-Moss
2008-08-23Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv...Brian Rosner
2008-08-17Fixed #8178: Another update to debug template to aid rendering of exception t...Russell Keith-Magee
2008-08-16Fixed #8178: Cleaned up the rendering of exceptions on the error template. Th...Russell Keith-Magee
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-07-27Corrected spacing in warning message.Gary Wilson Jr
2008-07-27Fixed #7988 -- Corrected import of the warnings module, thanks richardh.Gary Wilson Jr
2008-07-22Fixed #7848 -- Removed a bunch of code that wasn't contributing to society. T...Adrian Holovaty
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Refs #3639 -- Minor docstring correction, it's a function not a method.Gary Wilson Jr
2008-07-18Fixed #3639: updated generic create_update views to use newforms. This is a b...Jacob Kaplan-Moss
2008-07-15Fixed #6862 -- Refactored debug traceback extraction into an easy-to-use class.Malcolm Tredinnick
2008-07-08Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaf...Malcolm Tredinnick
2008-07-08Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify...Adrian Holovaty
2008-07-08Fixed #7649 -- Fixed incorrect line numbering in debug view in case of empty ...Adrian Holovaty
2008-06-16Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, k...Adrian Holovaty
2008-03-24Fixed #6864 -- Handle Javascript i18n when the plural form expression returnsMalcolm Tredinnick
2008-03-23Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail genericMalcolm Tredinnick
2008-03-20Fixed #6486 -- Added local server time to the debug output page. Patch fromMalcolm Tredinnick
2008-03-18Fixed #5935 -- the 'It worked' page is now served with a 200 status code, not...Adrian Holovaty
2008-03-18Changed list_detail.object_list generic view to use the new Paginator class. ...Adrian Holovaty
2008-03-18Fixed #6494 -- Factored out the HTML debug output into a method of its own forMalcolm Tredinnick
2008-02-29Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe.Malcolm Tredinnick
2008-02-25Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...Gary Wilson Jr
2008-02-03Fixed #6423 -- Don't fall in a hole in the debug screen if somebody raises an...Malcolm Tredinnick
2008-02-03Fixed #6359 -- Fixed an oversight in the debug output: template loaders need ...Malcolm Tredinnick
2008-02-03Fixed #6495 -- Fixed debug traceback HTML output in the rare case when there ...Malcolm Tredinnick
2007-12-23Corrected a typo in the debug page -- 'Share this traceback on a public Web s...Adrian Holovaty
2007-12-17Fixed #5596 -- Changed the static view for the development server so that Dja...Malcolm Tredinnick
2007-12-11Fixed copy-and-paste view of error page to not indent the first line of insta...Gary Wilson Jr
2007-12-11Fixed imports to adhere to django coding style.Gary Wilson Jr
2007-12-11Fixed #6158 -- Display PYTHONPATH on the debug error page. Thanks, annacoder.Gary Wilson Jr
2007-12-04Changed wording of post-to-dpaste link based on a suggestion from Mordy OvitsAdrian Holovaty
2007-12-04Changed 'Send to DPaste' link (from [6820]) on debug page to wording that's m...Adrian Holovaty
2007-12-02Fixed #685 -- archive_index() and object_list() generic views allow emptyMalcolm Tredinnick
2007-12-02Fixed #2437, #6091 -- Added "paste to dpaste" button to debug page. Thanks,Malcolm Tredinnick
2007-11-30Edited docstring from [6505] -- single spaces separate sentences, not double ...Adrian Holovaty
2007-11-29Fixed #5853 -- Added handling for a missing 'en' PO file in translation supportMalcolm Tredinnick
2007-11-29Fixed #1291 -- Fixed a potential infinite loop for some URL constructions inMalcolm Tredinnick
2007-11-20Fixed #5974 -- Added autoescaping for source code lines and local variables inMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-10-31Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...Gary Wilson Jr
2007-10-21Fixed #5712 -- Added more robustness to source code display in the debug view...Malcolm Tredinnick
2007-10-14Added module docstring and corrected order of imports to adhere to PEP 8.Gary Wilson Jr
2007-10-06Fixed typo in comment.Gary Wilson Jr
2007-09-15Changed set_language() change from [6320] to use request.REQUEST, which is sh...Adrian Holovaty
2007-09-15Changed set_language() redirect view to check POST data for 'next'. Thanks, m...Adrian Holovaty
2007-09-15Fixed #5468 -- Fixed the handling of the context argument in direct_to_templa...Russell Keith-Magee