Modify ↓
Ticket #391 (assigned defect)
_ptr fields in inheriting models not renamed when main model is renamed
| Reported by: | andrew | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | commands | Version: | 0.7-rc1 |
| Keywords: | Cc: |
Description
For example, if I have:
model Foo: x = CharField() model Bar(Foo): pass
and rename Foo to Baz, the foo_ptr field on Bar is not renamed to baz_ptr.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
