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
/
core
/
handlers
Age
Commit message (
Expand
)
Author
2018-11-20
Refs #24829 -- Removed TemplateResponse rendering in BaseHandler.get_response().
Tim Graham
2018-11-20
Corrected docs and removed unused code for got_request_exception signal's sen...
Tim Graham
2018-11-20
Removed BaseHandler.get_exception_response().
Tim Graham
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Fixed #29673 -- Reset the URLconf at the end of each request.
Matthew Power
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-06-07
Removed unused HttpRequest._post_parse_error attribute.
Josh Schneier
2018-05-27
Removed obsolete BaseHandler attributes.
Daniel Hepper
2018-05-04
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-13
Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
amalia
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-21
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2017-01-17
Refs #24733 -- Removed support for error views without the exception parameter.
Tim Graham
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-24
Removed a blank line per isort.
Tim Graham
2016-08-23
Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO
Claude Paroz
2016-07-25
Fixed #26915 -- Fixed regression handling responses returned from view middle...
Alex Hill
2016-06-24
Refs #12594 -- Removed obsolete exception handling in handle_uncaught_excepti...
Tim Graham
2016-06-24
Refs #24829 -- Made TemplateResponse.content available sooner in exception co...
Claude Paroz
2016-06-17
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...
Carl Meyer
2016-05-17
Refs #26601 -- Deprecated old-style middleware.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
Refs #26601 -- Refactored BaseHandler to prepare for new-style middleware.
Florian Apolloner
2016-04-29
Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.
David Evans
2016-04-25
Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...
Tim Graham
2016-04-20
Fixed #26504 -- Avoided logging "Not Found" warnings if a middleware handles ...
Carl Worth
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-04-04
Fixed #26452 -- Loaded middleware on server start rather than on first request.
David Evans
2016-02-10
Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.
Curtis Maloney
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
[next]