django1/django/core
Mariusz Felisiak cdb367c92a [3.0.x] Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level directories of the file system cache on Python 3.7+.
Backport of f56b57976133129b0b351a38bba4ac882badabf0 from master.
2020-08-25 10:45:33 +02:00
..
cache [3.0.x] Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level directories of the file system cache on Python 3.7+. 2020-08-25 10:45:33 +02:00
checks [3.0.x] Fixed #31141 -- Relaxed system check of translation settings for sublanguages. 2020-01-08 08:06:33 +01:00
files [3.0.x] Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level static and storage directories on Python 3.7+. 2020-08-25 10:43:50 +02:00
handlers [3.0.x] Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used. 2020-02-11 20:40:24 +01:00
mail [3.0.x] Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3.7.8+, and 3.8.4+. 2020-07-20 07:15:14 +02:00
management [3.0.x] Fixed E128, E741 flake8 warnings. 2020-05-12 08:55:06 +02:00
serializers Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model. 2019-06-27 15:10:22 +02:00
servers Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer. 2019-07-10 13:22:17 +02:00
__init__.py
asgi.py Fixed #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
exceptions.py Fixed #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
paginator.py Improved error message when index in __getitem__() is invalid. 2019-07-23 20:12:08 +02:00
signals.py Fixed #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
signing.py Fixed signing.dumps() example for Python 3. 2018-11-09 07:26:46 -05:00
validators.py Refs #30608 -- Added django.utils.encoding.punycode(). 2019-07-03 10:48:02 +02:00
wsgi.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00