--
Ticket URL: <https://code.djangoproject.com/ticket/31825>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Old description:
> RenameField with db_column should be a noop because it is only the Dajngo
New description:
RenameField with db_column should be a noop because it is only the Django
column that changed, the database still have the same db_column.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/31825#comment:1>
Comment (by iurisilvio):
I did a pull request here. https://github.com/django/django/pull/13236
--
Ticket URL: <https://code.djangoproject.com/ticket/31825#comment:2>
* owner: nobody => iurisilvio
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/31825#comment:3>
* version: 3.0 => master
--
Ticket URL: <https://code.djangoproject.com/ticket/31825#comment:4>
* cc: Simon Charette (added)
* has_patch: 0 => 1
* stage: Unreviewed => Accepted
Comment:
Thanks. See related ticket when
[https://code.djangoproject.com/ticket/29245#comment:1 Simon pointed out]
that such change (3 & 4) should be a noop.
--
Ticket URL: <https://code.djangoproject.com/ticket/31825#comment:5>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/31825#comment:6>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/31825#comment:7>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/31825#comment:8>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/31825#comment:9>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31825#comment:10>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"7f4c9222dfe2f28ff8a7ffc56c28ccbadf19cf6f" 7f4c9222]:
{{{
#!CommitTicketReference repository=""
revision="7f4c9222dfe2f28ff8a7ffc56c28ccbadf19cf6f"
Fixed #31825 -- Made RenameField operation a noop for fields with
db_column.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31825#comment:11>