--
Ticket URL: <https://code.djangoproject.com/ticket/17048>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
Comment:
We already have a note about running with `-Wall` on the testing page, but
that's not a place someone upgrading is likely to look. I think a short
"Django upgrade checklist" page would be a good addition to the docs.
--
Ticket URL: <https://code.djangoproject.com/ticket/17048#comment:1>
* owner: nobody => susan
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/17048#comment:2>
Comment (by anonymous):
I've attempted to resolve this ticket in my PR:
https://github.com/django/django/pull/1012 Feel free to code review.
--
Ticket URL: <https://code.djangoproject.com/ticket/17048#comment:3>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/17048#comment:4>
Comment (by EvilDMP):
I have tentatively reserved this ticket for first-time committers who take
part in the [https://dont-be-afraid-to-commit.readthedocs.org/ Don't be
afraid to commit workshop] at the [http://2013.djangocon.eu/ DjangoCon
Europe 2013] sprints on 18th and 19th May.
If you want to tackle this ticket before then, please '''don't''' let the
fact that it's assigned to me stop you. Feel free to re-assign it to
yourself and do whatever you like to it.
--
Ticket URL: <https://code.djangoproject.com/ticket/17048#comment:5>
* owner: susan => EvilDMP
--
Ticket URL: <https://code.djangoproject.com/ticket/17048#comment:6>
* owner: EvilDMP => anonymous
--
Ticket URL: <https://code.djangoproject.com/ticket/17048#comment:7>
* cc: timograham@… (added)
* needs_better_patch: 0 => 1
Comment:
Updated pull request (still needs some polish):
https://github.com/django/django/pull/1173
--
Ticket URL: <https://code.djangoproject.com/ticket/17048#comment:8>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"ef8a9bc7fafc394f2c413a6ad4057d67134d742b"]:
{{{
#!CommitTicketReference repository=""
revision="ef8a9bc7fafc394f2c413a6ad4057d67134d742b"
Fixed #17048 - Added docs for upgrading Django.
Thanks Donald Stufft for the suggestion and
Susan Tan and Brian Fabian Crain for the patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/17048#comment:9>
Comment (by Tim Graham <timograham@…>):
In [changeset:"1add64684cef6877bf0faeb4a205be6ae07fc98e"]:
{{{
#!CommitTicketReference repository=""
revision="1add64684cef6877bf0faeb4a205be6ae07fc98e"
[1.5.x] Fixed #17048 - Added docs for upgrading Django.
Thanks Donald Stufft for the suggestion and
Susan Tan and Brian Fabian Crain for the patch.
Backport of ef8a9bc7fa from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/17048#comment:10>