Clean up some ChangeField logic in preparation for field type changes.

Review Request #12230 — Created April 8, 2022 and submitted

chipx86
Django Evolution
release-2.x
django-evolution

This is a small change to ChangeField.mutate() that splits out some
logic into a helper function and removes redundant variable access.

There are no behavioral changes here, just preparation for some larger
upcoming changes to this class.

Unit tests pass.

Summary
Clean up some ChangeField logic in preparation for field type changes.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.x (409af37)
Loading...