{{{
BEGIN;
--
-- Alter field name on Author
--
COMMIT;
}}}
should we stop doing this?
--
Ticket URL: <https://code.djangoproject.com/ticket/33470>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* type: Uncategorized => Cleanup/optimization
* resolution: => wontfix
Comment:
Thanks for the ticket. I don't see anything wrong in keeping descriptions
of operations for no-ops. It's helpful in confirming that all operations
have been processed by migrations, and in finding out which operations are
no-ops. Also, these comments and generated SQL are on different layers
(migrations vs. schema editor) so it might be difficult to implement. I
don't think it's worth additional complexity.
--
Ticket URL: <https://code.djangoproject.com/ticket/33470#comment:1>