Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26713 closed Cleanup/optimization (fixed)

Recommend running tests with deprecation warnings, prior to upgrade.

Reported by: Tom Christie Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

Currently the upgrade docs recommend upgrading Django, and then working through the tests with deprecation warnings turned on.

Really we ought to recommend working through the tests with deprecation warnings turned on *first* prior to upgrading.

Further discussion on this at https://groups.google.com/forum/#!topic/django-developers/tz40MK4AOjo

Change History (6)

comment:2 by Tom Christie, 8 years ago

Also related - link prominently to the upgrade docs from the release notes.

PR: https://github.com/django/django/pull/6733

comment:3 by Tim Graham, 8 years ago

Has patch: set
Patch needs improvement: set
Triage Stage: UnreviewedAccepted

I merged the second PR and left a few comments for improvement on the first.

comment:4 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 316395d8:

Fixed #26713 -- Documented resolving deprecation warnings before upgrade.

comment:5 by Tim Graham <timograham@…>, 8 years ago

In 73d64a02:

[1.9.x] Fixed #26713 -- Documented resolving deprecation warnings before upgrade.

Backport of 316395d82874beea6af08a873e91b1880d0b982a from master

comment:6 by Tim Graham <timograham@…>, 8 years ago

In d9b78be:

[1.10.x] Fixed #26713 -- Documented resolving deprecation warnings before upgrade.

Backport of 316395d82874beea6af08a873e91b1880d0b982a from master

Note: See TracTickets for help on using tickets.
Back to Top