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
2013-01-26
Fixed #16123 -- Ensured strptime receive proper string type
Claude Paroz
2013-01-24
Minor optimization in the static serve view.
Aymeric Augustin
2012-12-31
Fixed #19453 -- Ensured that the decorated function's arguments are obfuscate...
Julien Phalip
2012-12-29
Removed csrf_response_exempt and csrf_view_exempt.
Aymeric Augustin
2012-12-29
Removed legacy ways of calling cache_page.
Aymeric Augustin
2012-12-10
Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.
Florian Apolloner
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-04
Fixed #19378 -- Ensured get_success_url returns a non-lazy URL
Claude Paroz
2012-11-22
Fixed #19316 -- Set View args/kwargs/request before dispatch
George Hickman
2012-11-22
Clarified usage of as_view kwargs for setting arguments on class based views
Tim Graham
2012-11-21
Add orphans support to MultipleObjectMixin
Chris Beaven
2012-11-17
Merge pull request #467 from tomchristie/page-kwarg
Jannis Leidel
2012-11-17
Fixed #19136 -- Properly escape gettext context prefixes in the i18n JavaScri...
Jannis Leidel
2012-11-04
Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191
Preston Holmes
2012-11-04
Fixed #19240 -- include pagination error details in ListView 404
Preston Holmes
2012-10-26
PEP 302 source loaders already decode appropriately
Ian Clelland
2012-10-25
Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded 'page'.
Tom Christie
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-08
[py3] Decoded the parsed source file encoding in debug view
Claude Paroz
2012-09-30
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2012-09-28
Made more extensive use of get_current_site
Claude Paroz
2012-09-26
Fixed #18675 -- Fixed was_modified_since with floating-point mtime
Claude Paroz
2012-09-22
Fixed #16218 -- date_list order in generic CBVs.
Aymeric Augustin
2012-09-20
Imported getLogger directly from logging module
Claude Paroz
2012-09-08
Updated docs for dates generic views.
Aymeric Augustin
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-22
Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-type
Claude Paroz
2012-08-18
Fixed #3542 -- Add support for changing granularity on ArchiveView.
Marc Tamlyn
2012-08-18
Fixed #17228 -- params context variable is inconsistent
Marc Tamlyn
2012-08-18
Fixed #16744 -- Class based view should have the view object in the context
Marc Tamlyn
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-25
Fixed error message in detail generic view.
Florian Apolloner
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-06
Merge pull request #176 from benspaulding/ticket_18521
Adrian Holovaty
2012-06-30
Removed usage of mimetype kwarg of HttpResponse
Claude Paroz
2012-06-26
Add reST role to templates named in some view docs.
Ben Spaulding
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel
2012-06-09
Fixed #16418 -- Made generic views work with ModelForms
Anssi Kääriäinen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-03
Fixed #17138 -- Made the sensitive_variables decorator work with object methods.
Julien Phalip
2012-05-24
Removed unneeded smart_str in generic views.
Claude Paroz
2012-05-24
Fixed #18353 -- Inconsistency in date-based CBVs.
Aymeric Augustin
2012-05-22
Fixed #18113 -- Corrected get_template_names docstrings.
Claude Paroz
2012-05-20
Fixed #18354 -- Performance issue in CBV.
Aymeric Augustin
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-17
Fixed #18323 -- Refactored date arithmetic
Aymeric Augustin
2012-05-17
Fixed #17449 -- Added OPTIONS to generic views.
Aymeric Augustin
[prev]
[next]