django1/django/conf
Mariusz Felisiak 5fdc81d893 [3.1.x] Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for absolute URLs with no domain.
Thanks Adam Hooper for the report.

Regression in c574bec092.
Backport of e13b71403b from master
2020-12-31 13:19:34 +01:00
..
app_template Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
locale [3.1.x] Updated translations from Transifex. 2020-09-30 09:53:06 +02:00
project_template [3.1.x] Fixed #31912 -- Removed strict=True in Path.resolve() in project template and CommonPasswordValidator. 2020-08-28 05:59:11 +02:00
urls [3.1.x] Refs #31534 -- Improved django.conf.urls.url() warning message with stacklevel=2. 2020-05-23 18:18:54 +02:00
__init__.py [3.1.x] Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for absolute URLs with no domain. 2020-12-31 13:19:34 +01:00
global_settings.py [3.1.x] Fixed #31871 -- Updated SESSION_COOKIE_SAMESITE comment in global_settings.py. 2020-08-10 08:47:21 +02:00