django1/django
Mariusz Felisiak 4a756cbc38 [3.0.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversible by migrate --plan.
Thanks Hasan Ramezani for the initial patch and Kyle Dickerson for the
report.

Backport of 06d34aab7c from master
2019-10-14 11:43:15 +02:00
..
apps Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
bin Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
conf Fixed #29406 -- Added support for Referrer-Policy header. 2019-09-09 13:35:41 +02:00
contrib [3.0.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is key transform. 2019-10-11 11:51:14 +02:00
core [3.0.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversible by migrate --plan. 2019-10-14 11:43:15 +02:00
db [3.0.x] Fixed #30868 -- Prevented unnecessary AlterField when renaming a referenced pk. 2019-10-14 08:27:36 +02:00
dispatch Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
forms [3.0.x] Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a model instance. 2019-10-11 14:33:32 +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 Fixed #29406 -- Added support for Referrer-Policy header. 2019-09-09 13:35:41 +02:00
template Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizeformat filters. 2019-06-11 20:34:59 +02:00
templatetags Replaced loop with dictionary comprehension. 2018-12-19 17:31:48 -06:00
test Fixed #30677 -- Improved error message for urlencode() and Client when None is passed as data. 2019-08-11 20:15:23 +02:00
urls Fixed #29667 -- Prohibited whitespaces in path() URLs. 2019-08-20 11:53:10 +02:00
utils [3.0.x] Fixed #28690 -- Fixed handling of two-digit years in parse_http_date(). 2019-09-30 15:39:36 +02:00
views Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme(). 2019-09-02 15:32:23 +02:00
__init__.py [3.0.x] Bumped version for 3.0 alpha 1 release. 2019-09-10 10:36:15 +02:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline. 2019-01-17 10:50:25 -05:00