summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2016-12-06Fixed #27567 -- Fixed crash in the debug view when request.user errors.Andreas Pelme
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-10-27Fixed #27373 -- Corrected 404 debug page message for an empty request path.Mariusz Felisiak
2016-10-22Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.Alvin Lindstam
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-10Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry
2016-09-09Normalized spelling of ETag.Tim Graham
2016-09-07Refs #26956 -- Allowed is_safe_url() to validate against multiple hostsJon Dufresne
2016-09-07Fixed #27191 -- Fixed debug view crash for requests with 'items' in GET/POST/...Anatoly Burov
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-08-31Fixed #25181 -- Added localdate() function to get date in a different time zone.Jon Dufresne
2016-08-19Refs #26902 -- Protected against insecure redirects in set_language().Przemysław Suliga
2016-08-10Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.Tim Graham
2016-07-24Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.Jon Dufresne
2016-07-18Fixed XSS in admin's add/change related popup.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-03Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2016-04-28Fixed #26553 -- Removed unneeded loop in views/i18n.pyTim Graham
2016-04-15Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based viewsClaude Paroz
2016-04-09Fixed #26466 -- Added HTTP_REFERER decoding to i18n set_language() view.Miikka Salminen
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-05Fixed #26201 -- Documented the consequences of rotating the CSRF token on login.Vaclav Ehrlich
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-03-29Fixed #21446 -- Allowed not performing redirect in set_language viewKrzysztof Jurewicz
2016-03-08Reused the DjangoTranslation class for the javascript_catalog viewClaude Paroz
2016-02-23Fixed #25670 -- Allowed dictsort to sort a list of lists.Andrew Kuchev
2016-02-11Fixed #26209 -- Masked sensitive settings in debug reports regardless of case.François Freitag
2016-02-05Fixed #26176 -- Fixed E123 flake8 warnings.Tim Graham
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2016-01-14Fixed #25697 -- Made default error views error when passed a nonexistent temp...Iacopo Spalletti
2016-01-11Fixed #25385 -- Allowed importing views.generic.View from views.View.Varun Sharma
2016-01-11Refs #25755 -- Unified a couple more spellings of 'website'.pp
2015-12-31Removed British/Austrialian word: whilist.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-30Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context...Chris Cogdon
2015-12-30Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...Chris Cogdon
2015-11-17Removed blank line to appease isort.Tim Graham
2015-11-17Fixed #25695 -- Added template_name parameter to csrf_failure() view.Raphael Michel
2015-11-11Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form ar...Alex Morozov
2015-10-22Fixed "URLconf" spelling in code comments.Tim Graham
2015-10-05Fixed #25037 -- Added request.user to the debug view.John Moses
2015-09-24Removed unused views.debug.linebreak_iter() function.Tim Graham
2015-09-23Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optio...Tim Graham
2015-09-23Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-04Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.Vlastimil Zíma
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-15Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl
2015-08-08Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham