Since the change doesn't affect existing projects, this is fully backwards
compatible.
--
Ticket URL: <https://code.djangoproject.com/ticket/32394>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: 0 => 1
* has_patch: 0 => 1
* version: 3.1 => master
* severity: Release blocker => Normal
* stage: Unreviewed => Accepted
Comment:
Thanks. I don't see why this should be a release blocker.
[https://github.com/django/django/pull/13951 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/32394#comment:1>
* cc: Florian Apolloner (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/32394#comment:2>
Comment (by Markus Holtermann):
Sorry about the release blocker flag. I've misinterpreted when the
original feature was released. I had thought it was added in 3.2
--
Ticket URL: <https://code.djangoproject.com/ticket/32394#comment:3>
* needs_docs: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/32394#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32394#comment:5>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"50a5f8840fa564dcefdb1fa5c58f06fcd472ee70" 50a5f88]:
{{{
#!CommitTicketReference repository=""
revision="50a5f8840fa564dcefdb1fa5c58f06fcd472ee70"
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and
docs where appropriate.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32394#comment:7>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"9d05add447d57d94ec9e9b3daa338d85a29fe083" 9d05add]:
{{{
#!CommitTicketReference repository=""
revision="9d05add447d57d94ec9e9b3daa338d85a29fe083"
Fixed #32394 -- Changed project template settings to use relative
STATIC_URL.
Refs #25598 which added original support for relative STATIC_URL and
MEDIA_URL.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32394#comment:6>
Comment (by GitHub <noreply@…>):
In [changeset:"3fa1ed53be370f4b1a94d78b56ff30d23b131623" 3fa1ed5]:
{{{
#!CommitTicketReference repository=""
revision="3fa1ed53be370f4b1a94d78b56ff30d23b131623"
Refs #32394 -- Rephrased release note for STATIC_URL change.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32394#comment:8>