index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
Age
Commit message (
Expand
)
Author
2010-05-13
Fixed #13514 -- Corrected the process of loading multiple javascript translat...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-05-02
Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.
Jannis Leidel
2010-03-12
Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...
Russell Keith-Magee
2010-03-05
Fixed #12083: Ensured generating debug 404 page won't raise a key error. Than...
Karen Tracey
2010-02-24
Fixed #10216. Only try to gather template exception info if the exception is ...
Joseph Kocherhans
2010-02-24
Fixed #12944. Added Django version to the main part of the debug page. Thanks...
Joseph Kocherhans
2010-02-09
Fixed #12804 - regression with decorating admin views.
Luke Plant
2010-02-05
Fixed #3594 - Added ability to discard the language catalog in the JavaScript...
Jannis Leidel
2010-01-31
Fixed #12744 -- Improved the settings cleansing process the work with diction...
Russell Keith-Magee
2010-01-31
Fixed #12736 -- Fixed the debug page to hide passwords when they are in dicti...
Russell Keith-Magee
2010-01-10
Fixed: 3274: Added date_list context variable to the archive_month generic vi...
Karen Tracey
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-09
Fixed #11757 - Set mimetype when responding with HttpResponseNotModified in d...
Jannis Leidel
2010-01-04
Fixed #12492 - Refactored JavaScript format localization by separating it fro...
Jannis Leidel
2009-12-30
Fixed #12454 - Added support for localized formats to admin date and time wid...
Jannis Leidel
2009-12-30
Fixed #12448 - Make sure format strings are handled correctly as unicode.
Jannis Leidel
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-14
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
2009-12-09
Fixed #4604 - Configurable message passing system, supporting anonymous users
Luke Plant
2009-11-03
Fixed #12130 - documented need for csrf_protect on views that don't accept POST
Luke Plant
2009-10-29
Improved HTML in CSRF debug template - <code> instead of <tt>
Luke Plant
2009-10-27
Small improvement to CSRF failure template.
Luke Plant
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant
2009-09-28
Added 'key_prefix' keyword argument to cache_page()
Luke Plant
2009-09-26
Corrected regressions introduced in r11586 and r11593
Luke Plant
2009-09-23
Improved error messages when people use cache_page in undocumented and now un...
Luke Plant
2009-09-21
Fixed #6371 - several decorators don't work with bound methods.
Luke Plant
2009-07-21
Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaag...
Russell Keith-Magee
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2009-04-13
Fixed #10458 -- Corrected the `next_month` and `previous_month` context varia...
Russell Keith-Magee
2009-04-12
Fixed #9577 --Fixed URL display in the debug template.
Malcolm Tredinnick
2009-04-09
Fixed #7944: date-based generic views no longer get confused with a numeric m...
Jacob Kaplan-Moss
2009-04-03
Fixed #10681 -- Work around (by ignoring) invalid ETag headers.
Malcolm Tredinnick
2009-03-31
Fixed #7529: added a FILES section to the debug view. As a bonus, we've now got
Jacob Kaplan-Moss
2009-03-24
A bunch of improvements for conditional HTTP processing.
Malcolm Tredinnick
2009-03-22
Fixed #10581 -- Fixed conditional handling of If-Match headers.
Malcolm Tredinnick
2009-03-22
Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).
Malcolm Tredinnick
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-01-09
Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2.
Malcolm Tredinnick
2008-12-08
Added a 'permanent' argument the simple.redirect_to() generic view. It's True...
Adrian Holovaty
2008-12-04
Fixed #9754: static-serving view now uses correct template name for directory...
James Bennett
2008-09-10
Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...
Adrian Holovaty
2008-09-08
Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...
Adrian Holovaty
2008-08-27
Fixed #8287: the debug page now shows the actual requested URL even if you've...
Jacob Kaplan-Moss
2008-08-25
Fixed #6353: better handle unicode in exception reasons.
Jacob Kaplan-Moss
2008-08-23
Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv...
Brian Rosner
2008-08-17
Fixed #8178: Another update to debug template to aid rendering of exception t...
Russell Keith-Magee
2008-08-16
Fixed #8178: Cleaned up the rendering of exceptions on the error template. Th...
Russell Keith-Magee
[next]