#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:2 by , 12 years ago
| Has patch: | set |
|---|---|
| Needs documentation: | set |
comment:3 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Working code with some tests here:
https://github.com/django/django/pull/2415