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
2016-07-24
[1.10.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the deb...
Jon Dufresne
2016-07-18
[1.10.x] 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
2015-11-11
Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form ar...
Alex Morozov
2015-10-22
Fixed "URLconf" spelling in code comments.
Tim Graham
2015-10-05
Fixed #25037 -- Added request.user to the debug view.
John Moses
2015-09-24
Removed unused views.debug.linebreak_iter() function.
Tim Graham
2015-09-23
Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optio...
Tim Graham
2015-09-23
Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-04
Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.
Vlastimil Zíma
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-15
Fixed #24935 -- Refactored common conditional GET handling.
Denis Cornehl
2015-08-08
Refs #25236 -- Removed ifequal/ifnotequal usage.
Tim Graham
2015-08-05
Fixed #22404 -- Added a view that exposes i18n catalog as a JSON
Sergey Kolosov
2015-07-20
Fixed #25147 -- Fixed debug view copy-paste/interactive toggle.
Tim Graham
2015-07-13
Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
Vlastimil Zíma
2015-07-13
Improved whitespace in debug templates.
Tim Graham
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-01
Ref #23643 -- Added plain text report of exception chain.
Tomáš Ehrlich
2015-05-29
Refs #23643 -- Fixed debug view regression on Python 2.
Luca Ferroni
2015-05-25
Fixed typos in HTTP decorator docs.
I am Clinton
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-11
Fixed #24733 -- Passed the triggering exception to 40x error handlers
Claude Paroz
2015-05-06
Fixed #24119, #24120 -- Formalized debug integration for template backends.
Preston Timmons
2015-04-25
Fixed #24689 -- Fixed DetailView methods with deferred QuerySet.
Artis Avotins
[next]