--
Ticket URL: <https://code.djangoproject.com/ticket/28349>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
The recommended way to upgrade from LTS to LTS is to upgrade one major
version at a time, e.g. 1.8.x -> 1.9.y -> 1.10.z -> 1.11.a. This could be
documented in `docs/howto/upgrade-version.txt`.
At the top of the release notes, it says something like "as well as some
backwards incompatible changes you’ll want to be aware of when upgrading
from Django 1.10 or older versions." I think it's fairly obvious that the
LTS release notes don't roll up all changes since the previous LTS. At
least, I haven't seen anyone else confused about that. The upgrade guide
has a link to the release notes index page, so I also don't see a need to
repeat links to the release notes for versions since the last LTS on the
release notes for an LTS.
--
Ticket URL: <https://code.djangoproject.com/ticket/28349#comment:1>
* owner: nobody => Emmanuel
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/28349#comment:2>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/8751 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/28349#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"27ef04bb5c3118e00d3eda4b3aa3201d18ea1785" 27ef04bb]:
{{{
#!CommitTicketReference repository=""
revision="27ef04bb5c3118e00d3eda4b3aa3201d18ea1785"
Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28349#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"b6620dee72dc44da45403ff663853bfd8421c63e" b6620de]:
{{{
#!CommitTicketReference repository=""
revision="b6620dee72dc44da45403ff663853bfd8421c63e"
[1.11.x] Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.
Backport of 27ef04bb5c3118e00d3eda4b3aa3201d18ea1785 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28349#comment:5>
Comment (by Emmanuel):
The document was updated with the intruction to update django using pip -U
--
Ticket URL: <https://code.djangoproject.com/ticket/28349#comment:6>