summaryrefslogtreecommitdiff
path: root/django/views
Commit message (Expand)AuthorAgeFilesLines
* Fixed #13590 - Made CSRF failure page styling consistent with Django's defaul...Luke Plant2010-05-221-5/+25
* Fixed #13514 -- Corrected the process of loading multiple javascript translat...Russell Keith-Magee2010-05-131-1/+4
* Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee2010-05-044-4/+4
* Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.Jannis Leidel2010-05-021-1/+1
* Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...Russell Keith-Magee2010-03-124-10/+12
* Fixed #12083: Ensured generating debug 404 page won't raise a key error. Than...Karen Tracey2010-03-051-1/+1
* Fixed #10216. Only try to gather template exception info if the exception is ...Joseph Kocherhans2010-02-241-4/+7
* Fixed #12944. Added Django version to the main part of the debug page. Thanks...Joseph Kocherhans2010-02-241-0/+4
* Fixed #12804 - regression with decorating admin views.Luke Plant2010-02-091-6/+4
* Fixed #3594 - Added ability to discard the language catalog in the JavaScript...Jannis Leidel2010-02-051-8/+22
* Fixed #12744 -- Improved the settings cleansing process the work with diction...Russell Keith-Magee2010-01-311-6/+10
* Fixed #12736 -- Fixed the debug page to hide passwords when they are in dicti...Russell Keith-Magee2010-01-311-4/+16
* Fixed: 3274: Added date_list context variable to the archive_month generic vi...Karen Tracey2010-01-101-0/+4
* Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty2010-01-104-8/+8
* Fixed #11757 - Set mimetype when responding with HttpResponseNotModified in d...Jannis Leidel2010-01-091-2/+2
* Fixed #12492 - Refactored JavaScript format localization by separating it fro...Jannis Leidel2010-01-041-8/+32
* Fixed #12454 - Added support for localized formats to admin date and time wid...Jannis Leidel2009-12-301-9/+15
* Fixed #12448 - Make sure format strings are handled correctly as unicode.Jannis Leidel2009-12-301-1/+2
* Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel2009-12-221-3/+26
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-1/+1
* Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee2009-12-141-1/+5
* Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant2009-12-091-6/+11
* Fixed #12130 - documented need for csrf_protect on views that don't accept POSTLuke Plant2009-11-031-0/+5
* Improved HTML in CSRF debug template - <code> instead of <tt>Luke Plant2009-10-291-4/+4
* Small improvement to CSRF failure template.Luke Plant2009-10-271-0/+2
* Moved contrib.csrf.* to core code.Luke Plant2009-10-272-0/+109
* Added 'key_prefix' keyword argument to cache_page()Luke Plant2009-09-281-4/+10
* Corrected regressions introduced in r11586 and r11593Luke Plant2009-09-261-6/+10
* Improved error messages when people use cache_page in undocumented and now un...Luke Plant2009-09-231-1/+6
* Fixed #6371 - several decorators don't work with bound methods.Luke Plant2009-09-211-3/+15
* Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaag...Russell Keith-Magee2009-07-211-2/+2
* Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey2009-05-171-1/+1
* Fixed #10458 -- Corrected the `next_month` and `previous_month` context varia...Russell Keith-Magee2009-04-131-6/+12
* Fixed #9577 --Fixed URL display in the debug template.Malcolm Tredinnick2009-04-121-5/+3
* Fixed #7944: date-based generic views no longer get confused with a numeric m...Jacob Kaplan-Moss2009-04-091-4/+10
* Fixed #10681 -- Work around (by ignoring) invalid ETag headers.Malcolm Tredinnick2009-04-031-1/+9
* Fixed #7529: added a FILES section to the debug view. As a bonus, we've now gotJacob Kaplan-Moss2009-03-311-0/+22
* A bunch of improvements for conditional HTTP processing.Malcolm Tredinnick2009-03-241-4/+4
* Fixed #10581 -- Fixed conditional handling of If-Match headers.Malcolm Tredinnick2009-03-221-1/+1
* Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).Malcolm Tredinnick2009-03-221-2/+98
* Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss2009-03-182-3/+6
* Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2.Malcolm Tredinnick2009-01-091-1/+2
* Added a 'permanent' argument the simple.redirect_to() generic view. It's True...Adrian Holovaty2008-12-081-3/+7
* Fixed #9754: static-serving view now uses correct template name for directory...James Bennett2008-12-041-2/+2
* Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...Adrian Holovaty2008-09-101-66/+12
* Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...Adrian Holovaty2008-09-081-3/+6
* Fixed #8287: the debug page now shows the actual requested URL even if you've...Jacob Kaplan-Moss2008-08-271-9/+9
* Fixed #6353: better handle unicode in exception reasons.Jacob Kaplan-Moss2008-08-251-2/+2
* Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv...Brian Rosner2008-08-231-2/+8
* Fixed #8178: Another update to debug template to aid rendering of exception t...Russell Keith-Magee2008-08-171-1/+1