summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2010-12-13[1.2.X] Fixed #13726 -- Further refine changes made in r12384 and r13069 for ...Jannis Leidel
2010-12-13[1.2.X] Fixed #11990 -- Show the correct URLconf in the technical 404 templat...Jannis Leidel
2010-12-04[1.2.X] Fixed #14737 -- Moved the docstring comment for the cache_page decora...Russell Keith-Magee
2010-11-30[1.2.X] Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header mor...Ramiro Morales
2010-10-28[1.2.X] Fixed #14565 - No csrf_token on 404 page.Luke Plant
2010-10-28[1.2.X] Reverted changeset [14356]Luke Plant
2010-10-26[1.2.X] Fixed #14565 - No csrf_token on 404 pagesLuke Plant
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-09-26Fixed #12544 and #13600 -- Fixed static files serving view to catch invalid d...Jannis Leidel
2010-09-26[1.2.X] Fixed #7535 -- Correctly set Content-Encoding header in static files ...Jannis Leidel
2010-09-21[1.2.X] Fixed #12019 - backwards compatibility issues with cache_page decorator.Luke Plant
2010-09-03[1.2.X] Added explanatory note on CSRF failure page for the case of a missing...Luke Plant
2010-05-28Fixed #13624: added SIGNATURE to the list of settings to hide on debug pages.Jacob Kaplan-Moss
2010-05-22Fixed #13590 - Made CSRF failure page styling consistent with Django's defaul...Luke Plant
2010-05-13Fixed #13514 -- Corrected the process of loading multiple javascript translat...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-05-02Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.Jannis Leidel
2010-03-12Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...Russell Keith-Magee
2010-03-05Fixed #12083: Ensured generating debug 404 page won't raise a key error. Than...Karen Tracey
2010-02-24Fixed #10216. Only try to gather template exception info if the exception is ...Joseph Kocherhans
2010-02-24Fixed #12944. Added Django version to the main part of the debug page. Thanks...Joseph Kocherhans
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2010-02-05Fixed #3594 - Added ability to discard the language catalog in the JavaScript...Jannis Leidel
2010-01-31Fixed #12744 -- Improved the settings cleansing process the work with diction...Russell Keith-Magee
2010-01-31Fixed #12736 -- Fixed the debug page to hide passwords when they are in dicti...Russell Keith-Magee
2010-01-10Fixed: 3274: Added date_list context variable to the archive_month generic vi...Karen Tracey
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-09Fixed #11757 - Set mimetype when responding with HttpResponseNotModified in d...Jannis Leidel
2010-01-04Fixed #12492 - Refactored JavaScript format localization by separating it fro...Jannis Leidel
2009-12-30Fixed #12454 - Added support for localized formats to admin date and time wid...Jannis Leidel
2009-12-30Fixed #12448 - Make sure format strings are handled correctly as unicode.Jannis Leidel
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-11-03Fixed #12130 - documented need for csrf_protect on views that don't accept POSTLuke Plant
2009-10-29Improved HTML in CSRF debug template - <code> instead of <tt>Luke Plant
2009-10-27Small improvement to CSRF failure template.Luke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-09-28Added 'key_prefix' keyword argument to cache_page()Luke Plant
2009-09-26Corrected regressions introduced in r11586 and r11593Luke Plant
2009-09-23Improved error messages when people use cache_page in undocumented and now un...Luke Plant
2009-09-21Fixed #6371 - several decorators don't work with bound methods.Luke Plant
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