summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2009-07-21Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaag...Russell Keith-Magee
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-04-13Fixed #10458 -- Corrected the `next_month` and `previous_month` context varia...Russell Keith-Magee
2009-04-12Fixed #9577 --Fixed URL display in the debug template.Malcolm Tredinnick
2009-04-09Fixed #7944: date-based generic views no longer get confused with a numeric m...Jacob Kaplan-Moss
2009-04-03Fixed #10681 -- Work around (by ignoring) invalid ETag headers.Malcolm Tredinnick
2009-03-31Fixed #7529: added a FILES section to the debug view. As a bonus, we've now gotJacob Kaplan-Moss
2009-03-24A bunch of improvements for conditional HTTP processing.Malcolm Tredinnick
2009-03-22Fixed #10581 -- Fixed conditional handling of If-Match headers.Malcolm Tredinnick
2009-03-22Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).Malcolm Tredinnick
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-01-09Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2.Malcolm Tredinnick
2008-12-08Added a 'permanent' argument the simple.redirect_to() generic view. It's True...Adrian Holovaty
2008-12-04Fixed #9754: static-serving view now uses correct template name for directory...James Bennett
2008-09-10Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...Adrian Holovaty
2008-09-08Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...Adrian Holovaty
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