summaryrefslogtreecommitdiff
path: root/django/views
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #32260 -- Made View.as_view() do not use update_wrapper().Daniyal2021-03-301-6/+9
* Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view...Adam Johnson2021-03-301-1/+3
* Fixed #32480 -- Corrected docstring and removed redundant comments in django/...BeryCZ2021-02-241-5/+7
* Refs #32468 -- Added error message on invalid usage of cache decorators.Haki Benita2021-02-241-0/+12
* Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.Sandro Covo2021-01-291-3/+0
* Refs #15902 -- Stopped set_language() storing user's language in the session.Mariusz Felisiak2021-01-141-7/+1
* Improved bidirectionality on the 'Congrats' page.Thibaud Colas2020-11-241-43/+22
* Fixed #32053 -- Fixed accessibility issues on the 'Congrats' page.Thibaud Colas2020-11-201-95/+71
* Added explicit HTMLElement.dir attribute in templates.Author: Nick Pope2020-11-201-1/+1
* Refs #31672 -- Made technical 500 debug page include exceptions without trace...Hasan Ramezani2020-11-103-6/+16
* Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.Carlton Gibson2020-10-221-0/+14
* Refs #31672 -- Simplified ExceptionReporter.get_traceback_frames().Chris Jerdonek2020-10-151-6/+7
* Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela2020-10-151-2/+5
* Fixed #31674 -- Fixed displaying traceback in technical 500 debug page.Hasan Ramezani2020-10-121-21/+23
* Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.nik258heda2020-10-121-1/+1
* Fixed #32051 -- Fixed rocket animation on the 'Congrats' page.Thibaud Colas2020-10-011-38/+25
* Refs #32051 -- Cleaned up CSS and SVG in the 'Congrats' page.Thibaud Colas2020-10-011-109/+6
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-143-6/+6
* Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...Jon Dufresne2020-09-072-3/+9
* Fixed #31942 -- Made settings cleansing work with dictionary settings with no...Jeremy Lainé2020-08-261-11/+12
* Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...Mariusz Felisiak2020-08-241-26/+4
* Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg d...Mariusz Felisiak2020-08-241-2/+3
* Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.Adam Johnson2020-08-131-3/+2
* Refs #31493 -- Replaced var with const and let in JavaScriptCatalog template.Claude Paroz2020-08-051-18/+18
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-1/+1
* Fixed #31674 -- Made technical 500 debug page respect __suppress_context__.Tom Forbes2020-07-131-1/+2
* Refs #30400 -- Improved typography in debug and csrf templates.Jon Dufresne2020-07-084-7/+7
* Simplified JavaScript with Array.prototype.includes().Jon Dufresne2020-07-011-2/+2
* Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.Hasan Ramezani2020-06-261-6/+11
* Fixed #31675 -- Added warning to ExceptionReporter when exception chain has a...Hasan Ramezani2020-06-101-0/+10
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-113-4/+4
* Fixed #31534 -- Deprecated django.conf.urls.url().David Smith2020-05-051-2/+2
* Fixed #31451 -- Made settings cleansing work with list and tuple settings.Ichlasul Affan2020-04-151-0/+4
* Fixed #30779 -- Improved selection of filenames in technical 500 debug page.Daniel Hahler2020-04-091-2/+3
* Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.Adam Johnson2020-03-231-4/+26
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+1
* Refs #30997 -- Removed HttpRequest.is_ajax() usage.Claude Paroz2020-01-272-5/+5
* Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.Pavel Lysak2020-01-161-1/+6
* Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...Flavio Curella2020-01-161-1/+1
* Fixed <span> nesting in technical 500 template.Daniel Hahler2020-01-141-1/+1
* Removed unused ExceptionReporterFilter class.Carlton Gibson2020-01-111-17/+1
* Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.Carlton Gibson2020-01-103-2/+11
* Refs #23004 -- Allowed exception reporter filters to customize settings filte...Carlton Gibson2020-01-101-49/+44
* Renamed set_language()'s next variable to avoid clash with builtin.Mike Yusko2020-01-091-11/+16
* Removed "Don't do that" from docs and error messages.Adam Johnson2020-01-061-3/+4
* Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen2019-12-182-12/+12
* Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne2019-12-111-1/+1
* Fixed #31077 -- Made debug decorators raise TypeError if they're not called.Baptiste Mispelon2019-12-101-0/+13
* Fixed #30405 -- Fixed source code mismatch crash in ExceptionReporter.Hasan Ramezani2019-11-121-4/+6
* Refs #30405 -- Added ExceptionReporter._get_source().Hasan Ramezani2019-11-121-5/+9