index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
handlers
/
wsgi.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpReq...
Mariusz Felisiak
2023-04-12
1
-10
/
+0
*
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
1
-1
/
+1
*
Fixed #33865 -- Optimized LimitedStream wrapper.
Nick Pope
2023-01-05
1
-45
/
+35
*
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
1
-1
/
+1
*
Fixed #29186 -- Fixed pickling HttpRequest and subclasses.
Anvesh Mishra
2022-09-14
1
-0
/
+10
*
Fixed #33755 -- Moved ASGI body-file cleanup into request class.
Jonas Lundberg
2022-06-09
1
-0
/
+3
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-33
/
+38
*
Removed unused buf_size argument to LimitedStream().
Nick Pope
2022-01-18
1
-2
/
+1
*
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-29
1
-1
/
+1
*
Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.
Florian Apolloner
2020-02-11
1
-0
/
+4
*
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
1
-2
/
+2
*
Fixed #30567 -- Made WSGIHandler pass FileResponse.block_size to wsgi.file_wr...
Piotr Domanski
2019-07-26
1
-1
/
+1
*
Refs #30451 -- Added HttpRequest._set_content_type_params() hook.
Mariusz Felisiak
2019-06-15
1
-10
/
+2
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-28
1
-3
/
+4
*
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-26
1
-1
/
+1
*
Removed unused HttpRequest._post_parse_error attribute.
Josh Schneier
2018-06-07
1
-1
/
+0
*
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
1
-3
/
+1
*
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-07
1
-7
/
+3
*
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-04
1
-2
/
+2
*
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-02-27
1
-4
/
+4
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-9
/
+4
*
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-09
1
-6
/
+4
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
1
-1
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
1
-4
/
+4
*
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-20
1
-6
/
+3
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-10
/
+7
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-25
1
-2
/
+2
*
Removed a blank line per isort.
Tim Graham
2016-08-24
1
-1
/
+0
*
Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO
Claude Paroz
2016-08-23
1
-19
/
+7
*
Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.
David Evans
2016-04-29
1
-1
/
+1
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-1
/
+2
*
Fixed #26452 -- Loaded middleware on server start rather than on first request.
David Evans
2016-04-04
1
-10
/
+4
*
Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.
Curtis Maloney
2016-02-10
1
-4
/
+4
*
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
1
-1
/
+1
*
Fixed #25779 -- Removed redundant try block in WSGIHandler
Attila Tovt
2015-11-20
1
-8
/
+3
*
Fixed #25682 -- Removed bare except clauses.
Attila Tovt
2015-11-17
1
-1
/
+1
*
Refs #17133 -- Optimized script_url handling in get_script_name
Claude Paroz
2015-10-27
1
-3
/
+4
*
Fixed #17133 -- Properly handled successive slashes in incoming requests
Claude Paroz
2015-10-23
1
-0
/
+6
*
Fixed #23173 -- Fixed incorrect stripping of SCRIPT_URL
Bas Peschier
2015-03-08
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-1
/
+1
*
Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.
Jon Dufresne
2015-01-28
1
-3
/
+0
*
Removed request.REQUEST per deprecation timeline; refs #18659.
Tim Graham
2015-01-17
1
-11
/
+0
*
Fixed #24072 -- Added FileResponse for streaming binary files.
Collin Anderson
2015-01-05
1
-0
/
+2
*
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Anubhav Joshi
2014-10-16
1
-7
/
+4
*
Fixed #23638 -- Prevented crash while parsing invalid cookie content
Claude Paroz
2014-10-13
1
-1
/
+1
*
Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.
Joshua "jag" Ginsberg
2014-08-29
1
-1
/
+1
*
Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths star...
Unai Zalakain
2014-06-07
1
-1
/
+5
[next]