Bug fixes
1. Thanks to dhendry, user `set_functions` are now prior to standard `NowSetFunction` when field has `auto_now` or `auto_now_add` options.
Compatibility
1. Fixed python 3.10 compatibility (dhendry)
Testing
1. Removed python 3.5
2. Added python 3.10 and PostgreSQL 13
v3,4,3
Bug fixes
1. Fixed django 3.2 compatibility