1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/django
Oleg Kainov c574bec092 Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to relative paths.
Thanks Florian Apolloner for reviews.

Co-authored-by: Joel Dunham <Joel.Dunham@technicalsafetybc.ca>
2019-09-25 19:47:03 +02:00
..
apps
bin
conf Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to relative paths. 2019-09-25 19:47:03 +02:00
contrib Fixed #28622 -- Allowed specifying password reset link expiration in seconds and deprecated PASSWORD_RESET_TIMEOUT_DAYS. 2019-09-20 13:52:04 +02:00
core Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
db Fixed #30800 -- Fixed migrations crash when altering a field with custom db_type(). 2019-09-25 12:32:24 +02:00
dispatch
forms Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +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 Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
templatetags
test Refs #28478 -- Removed support for TestCase's allow_database_queries and multi_db per deprecation timeline. 2019-09-10 12:01:00 +02:00
urls Fixed #29667 -- Prohibited whitespaces in path() URLs. 2019-08-20 11:53:10 +02:00
utils Advanced deprecation warnings for Django 3.1. 2019-09-10 12:01:00 +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 Bumped version; master is now 3.1 pre-alpha. 2019-09-10 11:54:25 +02:00
__main__.py
shortcuts.py Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline. 2019-01-17 10:50:25 -05:00