1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
2019-07-03 10:49:03 +02:00
..
apps Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
bin
conf Updated translations from Transifex 2019-06-29 16:17:16 +02:00
contrib Fixed #27801 -- Made createsuperuser fall back to environment variables for password and required fields. 2019-07-02 12:55:09 +02:00
core Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for localhost is non-ASCII. 2019-07-03 10:49:03 +02:00
db Fixed typos in comments and docs. 2019-07-02 09:36:17 +02:00
dispatch
forms Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
http Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER if set. 2019-07-01 07:48:04 +02:00
middleware Removed unnecessary assignments in various code. 2019-04-24 13:09:29 +02:00
template Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizeformat filters. 2019-06-11 20:34:59 +02:00
templatetags
test Fixed #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
urls Fixed #26431 -- Prevented django.urls.resolve() from returning missing optional parameters. 2019-06-24 11:47:56 +02:00
utils Refs #30608 -- Added django.utils.encoding.punycode(). 2019-07-03 10:48:02 +02:00
views Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
__init__.py
__main__.py
shortcuts.py