Opened 7 years ago

Closed 7 years ago

#28275 closed Cleanup/optimization (fixed)

Change SchemaEditor._alter_column_type_sql() first argument to the model rather than the table

Reported by: Florian Apolloner Owned by: nobody
Component: Migrations Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Discussion details are on django-developers.

PR

Change History (1)

comment:1 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In 823d73b:

Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().

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