.. |
apps
|
Fixed #17379 -- Removed management commands deactivation of the locale.
|
2018-05-13 10:21:53 +02:00 |
bin
|
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
|
2017-03-07 10:10:32 -05:00 |
conf
|
[2.1.x] Refs #29784 -- Switched to https:// links where available.
|
2018-10-09 20:52:43 -04:00 |
contrib
|
Fixed CVE-2019-19118 -- Required edit permissions on parent model for editable inlines in admin.
|
2019-12-02 08:58:35 +01:00 |
core
|
[2.1.x] Fixed #30015 -- Ensured request body is properly consumed for keep-alive connections.
|
2018-12-20 22:17:21 -05:00 |
db
|
[2.1.x] Fixed #30953 -- Made select_for_update() lock queryset's model when using "self" with multi-table inheritance.
|
2019-12-02 08:13:13 +01:00 |
dispatch
|
[2.1.x] Capitalized "Python" in docs and comments.
|
2018-10-09 20:50:31 -04:00 |
forms
|
[2.1.x] Fixed #29623 -- Fixed translation failure of DurationField's "overflow" error message.
|
2018-08-08 06:38:27 -04:00 |
http
|
[2.1.x] Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER if set.
|
2019-07-01 08:24:47 +02:00 |
middleware
|
[2.1.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
|
2018-08-01 09:35:09 -04:00 |
template
|
[2.1.x] Refs #29784 -- Switched to https:// links where available.
|
2018-10-09 20:52:43 -04:00 |
templatetags
|
Replaced TOKEN_* constants by TokenType enums.
|
2018-05-10 17:51:51 +02:00 |
test
|
[2.1.x] Fixed typo in patch_logger() docstring.
|
2018-11-25 14:43:44 -05:00 |
urls
|
[2.1.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
|
2018-08-01 09:35:09 -04:00 |
utils
|
[2.1.x] Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.utils.encoding.uri_to_iri().
|
2019-07-31 12:43:32 +02:00 |
views
|
[2.1.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the default 404 page.
|
2019-01-03 21:22:14 -05:00 |
__init__.py
|
[2.1.x] Post-release version bump.
|
2019-12-02 09:29:11 +01:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Added missing word to render_to_response deprecation warning.
|
2018-05-16 10:06:36 +02:00 |