Opened 7 years ago

Last modified 2 years ago

#27737 new Cleanup/optimization

Investigate if reloading old relational fields in migration operations' state_forwards is needed — at Version 1

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

Description (last modified by Markus Holtermann)

As a followup to #27666

The new behavior inside state_forwards() of migration operations is to not reload related models of old relationships in the old state (https://github.com/django/django/pull/7589/files#diff-efb7d00c2383393046c9c5d842f45499R202). This might be just fine, but might cause issues.

Change History (1)

comment:1 by Markus Holtermann, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top