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
2017-09-05
[1.11.x] Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section o...
Tim Graham
2017-05-30
[1.11.x] Fixed #28209 -- Made date-based generic views return a 404 rather th...
Adit Biswas
2017-05-29
[1.11.x] Fixed #28204 -- Fixed MultipleObjectMixin.paginate_queryset() crash ...
Tim Graham
2017-04-25
[1.11.x] Fixed #28122 -- Fixed crash when overriding views.static.directory_i...
Tim Graham
2017-04-15
[1.11.x] Fixed #28079 -- Restored "No POST data" (rather than an empty table)...
Tim Graham
2017-04-04
[1.11.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.st...
Tim Graham
2017-02-01
[1.11.x] Removed ExceptionReporter support for string exceptions.
Tim Graham
2016-12-28
Fixed #27258 -- Prohibited django.Template.render() with non-dict context.
Shivang Bharadwaj
2016-12-14
Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
Waldemar Kornewald
2016-12-13
Removed an unnecessary, discouraging sentence on the "It worked!" page.
Merrin Macleod
2016-12-08
Added period in BaseFormView docstring.
Collederas
2016-12-06
Fixed #27567 -- Fixed crash in the debug view when request.user errors.
Andreas Pelme
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-27
Fixed #27373 -- Corrected 404 debug page message for an empty request path.
Mariusz Felisiak
2016-10-22
Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.
Alvin Lindstam
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-10
Fixed #27083 -- Added support for weak ETags.
Kevin Christopher Henry
2016-09-09
Normalized spelling of ETag.
Tim Graham
2016-09-07
Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts
Jon Dufresne
2016-09-07
Fixed #27191 -- Fixed debug view crash for requests with 'items' in GET/POST/...
Anatoly Burov
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-08-31
Fixed #25181 -- Added localdate() function to get date in a different time zone.
Jon Dufresne
2016-08-19
Refs #26902 -- Protected against insecure redirects in set_language().
Przemysław Suliga
2016-08-10
Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
Tim Graham
2016-07-24
Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
Jon Dufresne
2016-07-18
Fixed XSS in admin's add/change related popup.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-28
Fixed #26553 -- Removed unneeded loop in views/i18n.py
Tim Graham
2016-04-15
Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views
Claude Paroz
2016-04-09
Fixed #26466 -- Added HTTP_REFERER decoding to i18n set_language() view.
Miikka Salminen
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-05
Fixed #26201 -- Documented the consequences of rotating the CSRF token on login.
Vaclav Ehrlich
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-29
Fixed #21446 -- Allowed not performing redirect in set_language view
Krzysztof Jurewicz
2016-03-08
Reused the DjangoTranslation class for the javascript_catalog view
Claude Paroz
2016-02-23
Fixed #25670 -- Allowed dictsort to sort a list of lists.
Andrew Kuchev
2016-02-11
Fixed #26209 -- Masked sensitive settings in debug reports regardless of case.
François Freitag
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-14
Fixed #25697 -- Made default error views error when passed a nonexistent temp...
Iacopo Spalletti
2016-01-11
Fixed #25385 -- Allowed importing views.generic.View from views.View.
Varun Sharma
2016-01-11
Refs #25755 -- Unified a couple more spellings of 'website'.
pp
2015-12-31
Removed British/Austrialian word: whilist.
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-30
Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context...
Chris Cogdon
2015-12-30
Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...
Chris Cogdon
2015-11-17
Removed blank line to appease isort.
Tim Graham
2015-11-17
Fixed #25695 -- Added template_name parameter to csrf_failure() view.
Raphael Michel
[next]