#34980 closed Cleanup/optimization (fixed)

Change migration operation dependencies to namedtuples.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Migrations Version: dev
Severity: Normal Keywords:
Cc: Simon Charette, Carlton Gibson Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Using namedtuples and Enums should make the migration autodetector more readable and maintainable.

Change History (4)

comment:1 by Mariusz Felisiak, 10 months ago

Has patch: set

I've been thinking about changing this for some time, and I'm not the only one, so I gave it a try.

PR

comment:2 by Mariusz Felisiak, 10 months ago

Summary: Changed migration operation dependencies to namedtuples.Change migration operation dependencies to namedtuples.

comment:3 by Carlton Gibson, 10 months ago

Triage Stage: UnreviewedAccepted

comment:4 by GitHub <noreply@…>, 10 months ago

Resolution: fixed
Status: assignedclosed

In 7dd3e694:

Fixed #34980 -- Changed migration operation dependencies to namedtuples.

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