summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
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
2007-09-14Fixed #3651 -- Changed set_language_view() to require POST request is used, i...Malcolm Tredinnick
2007-09-14Fixed #3895 -- Added ability to customize the context variable in the archive...Russell Keith-Magee
2007-09-14Fixed #4919 -- Added 'last' marker on paginators. Thanks to patrick@vonautoma...Russell Keith-Magee
2007-09-14Fixed #1795 -- Added page_range to paginators in generic list views. Thanks t...Russell Keith-Magee
2007-09-07Changed imports to adhere to PEP 8.Gary Wilson Jr
2007-09-07Fixed #3134 -- Made the `archive_year` generic view consistent with the other...Gary Wilson Jr
2007-08-12Fixed #5085 -- In generic views, set the default name for the slug field to '...Malcolm Tredinnick
2007-08-12Fixed #5046 -- Added 'Unicode error hint' section to debug page in the case o...Adrian Holovaty
2007-08-11Fixed #4414 -- Fixed Javascript message translation to also work when there i...Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-07-03Fixed #4685 -- 'View on site' now works for https URLs. Thanks, cbrand@redbac...Adrian Holovaty
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-06-10Fixed #4335 -- Added Python executable binary path and version to debug output.Malcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-21Fixed #3734 -- Added support for import hooks to the debugging tracebackMalcolm Tredinnick
2007-04-09Fixed #3034 -- Added mimetype parameter to the direct_to_template() genericMalcolm Tredinnick
2007-04-09Fixed #3942 -- Fixed potential confusion on debug 404 page by stripping initi...Adrian Holovaty
2007-03-12Fixed #3640 -- Improved error handling in views.i18n.set_language(). ThanksMalcolm Tredinnick
2007-02-26Added a comment to the 404/500 views so that people with DEBUG=False and no 4...Jacob Kaplan-Moss
2007-02-26Fixed #3170: added first_on_page and last_on_page arguments to paginated gene...Jacob Kaplan-Moss
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-11-27Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt ...Adrian Holovaty
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-10-30Fixes #2966 -- Added extra_context parameter to direct_to_template generic vi...Russell Keith-Magee