* Drop Django < 3.2 support * Add Django 4.2 support * Do not store M2M managers on the instance as original values. * Fix TrackerEventUserFilter performance.
1.3.7
------------------
* Do not tracked deferred related fields.
1.3.6
------------------
* Fix error on admin related to filtering content from deleted user * Fix deprecation warnings for Django 5.0. * Django 3.2 and 4.0 compatibility
1.3.5
------------------
* Increase max_length of TrackedFieldModification.field from 40 to 250