Opened 7 years ago

Last modified 6 years ago

#28504 new Cleanup/optimization

Add hooks into SchemaEditor.alter_field() and reduce complexity

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

Description

This patch adds in hooks into the base alter_field method in BaseDatabaseSchemaEditor so backends are able to augment or override the various actions that occur when altering a field. This also cuts complexity in half, and clarifies the various actions.

PR is https://github.com/django/django/pull/8922

Change History (4)

comment:1 by Rachel Tobin, 7 years ago

Type: New featureCleanup/optimization

comment:2 by Tim Graham, 7 years ago

Component: Database layer (models, ORM)Migrations
Summary: Add hooks into schema alter_field and reduce complexityAdd hooks into SchemaEditor.alter_field() and reduce complexity
Triage Stage: UnreviewedAccepted

comment:3 by Rachel Tobin, 7 years ago

Cc: Rachel Tobin added

comment:4 by Carlton Gibson, 6 years ago

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