Improved `changed_fields` API
- BACKWARD INCOMPATIBLE : The
changed_fields
kwarg passed to signals now contains field names as keys, not the field instances themselves. - Dropped testing for old Django releases (now supported: 2.2.8+, 3.0.x)
changed_fields
kwarg passed to signals now contains field names as keys, not the field instances themselves.