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
2012-05-17
Fixed #17535 -- Optimized list generic views.
Aymeric Augustin
2012-05-14
Fixed #10890: added prev/next_week in the context
Aymeric Augustin
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-30
Fixed #18217 -- Time zone support in generic views
Aymeric Augustin
2012-04-30
Simplified date-based generic views.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-28
Correct reference error (undefined variable)
Matthew Tretter
2012-04-28
fix typo: instanciating -> instantiating
Tom Terrace
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2012-04-10
Fixed #18087 -- Prevented date-based generic views from loading entire tables...
Aymeric Augustin
2012-04-06
Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-17
Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...
Claude Paroz
2012-03-05
Updated core base translation files with new strings. Refs #17822.
Jannis Leidel
2012-03-02
Fixed #16842 -- Modified the RedirectView to correctly handle query strings w...
Jannis Leidel
2012-02-21
Improved CSRF error message.
Paul McMillan
2012-02-18
Prevented the generic views from automatically creating a HEAD method when th...
Aymeric Augustin
2012-02-09
Fixed #17643 -- Set a better stack level for the cache_page decorator depreca...
Jannis Leidel
2012-02-09
Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in with a few more sen...
Jannis Leidel
2012-02-09
Fixed #17358 -- Updated logging calls to use official syntax for arguments in...
Jannis Leidel
2012-02-09
Fixed #15840 -- Wrapped inner function of the condition decorator with functo...
Jannis Leidel
2012-02-04
Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude...
Jannis Leidel
2012-01-01
Fixed #17486 -- Updated the welcome page of new projects to reflect the new s...
Aymeric Augustin
2011-12-22
Fixed super-edge-case bug in debug view where exc_value.args was empty. I man...
Adrian Holovaty
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-12-17
Converted some of the built-in views to use content_type instead of mimetype ...
Adrian Holovaty
2011-12-17
Fixed #17422 -- Changed BaseDetailView to use *args, to be consistent with ot...
Adrian Holovaty
2011-11-20
Upgraded the date based generic views to avoid warnings when time zone suppor...
Aymeric Augustin
2011-10-26
Fixed #17111 -- Made the `redirect_to` generic view properly handle query str...
Julien Phalip
2011-10-13
Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...
Julien Phalip
2011-10-06
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...
Aymeric Augustin
2011-10-02
Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(...
Ramiro Morales
2011-09-16
Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...
Carl Meyer
2011-09-09
Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo...
Jannis Leidel
2011-08-22
Pre-formatted text wrapping change in technical debug page.
Malcolm Tredinnick
2011-08-12
Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...
Jannis Leidel
2011-07-29
Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of...
Jannis Leidel
2011-07-29
Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-10
More removal of poorly legible constructs to workaround Python 2.4 shortcomings.
Ramiro Morales
2011-06-09
Fixed #16178 - Cleanup request classes' `__repr__()`
Luke Plant
2011-06-09
Fixed #11834 -- Improved technical 500 stacktrace display.
Idan Gazit
2011-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant
2011-06-08
Deprecated legacy ways of calling cache_page
Luke Plant
2011-05-30
Fixed #14261 - Added clickjacking protection (X-Frame-Options header)
Luke Plant
2011-05-27
Explicitly close a file in the static serve view. Thanks to Benjamin Peterso...
Alex Gaynor
2011-05-12
Fixed #16009 - typo in CSRF_FAILRE_TEMPLATE.
Luke Plant
2011-05-09
Fixed #15354 - provide method to ensure CSRF token is always available for AJ...
Luke Plant
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
[prev]
[next]