Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#22239 closed New feature (fixed)

Autodetector should find and confirm model renames

Reported by: Chris Beaven Owned by: nobody
Component: Migrations Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The autodetector should find models that have been renamed and confirm it in the same way that it confirms renamed fields.

Change History (4)

comment:1 by Chris Beaven, 10 years ago

Working code with some tests here:
https://github.com/django/django/pull/2415

Last edited 10 years ago by Chris Beaven (previous) (diff)

comment:2 by Chris Beaven, 10 years ago

Has patch: set
Needs documentation: set

comment:3 by Chris Beaven <smileychris@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 7feb70eef3e8e76315e2535ccec94ac4ce34d7d2:

Fixed #22239 -- Add auto detection of renamed models

comment:4 by Andrew Godwin <andrew@…>, 10 years ago

In 3bd45ba00d0f43e9ea192eca132624b30cae4eee:

Merge pull request #2415 from SmileyChris/migration-renamed-models

Fixed #22239 -- Add auto detection of renamed models

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