Skip to content

Improved `changed_fields` API

Compare
Choose a tag to compare
@craigds craigds released this 02 Jul 00:43
· 17 commits to master since this release
  • 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)