What's Changed
- Fixed problem when setting
django.db.models.functions.Now()
inDateTimeField
by @hramezani in #635 - Fixed a problem when setting
Value(None)
inJSONField
by @hramezani in #646 - Update postgres to 14 by @hramezani in #649
- Use
attname
to get pk value by @evanandrews-xrd in #650 - Sync django query and postgres query by @GreatBahram in #653
- update docs by @mohsiniscoding in #662
- Added --no-color args in test migration by @CleitonDeLima in #670
- Added remote port by @CleitonDeLima in #671
- Drop Python 3.8 support by @hramezani in #678
- Confirm Django 5.1 support and drop Django 3.2 support. by @hramezani in #677
- Update pre-commit by @hramezani in #679
- feat: Add truncate option to flush command by @BinDruid in #681
- Add AUDITLOG_TRUNCATE_CHANGES_DISPLAY and AUDITLOG_TRUNCATE_LIMIT by @hoangquochung1110 in #684
- fix: use sender for m2m signal dispatch connection by @cdubz in #686
- Bump codecov/codecov-action from 4 to 5 in the github-actions group by @dependabot in #688
- Add date_hierarchy on timestamp to admin view by @hho6643 in #687
- Add Python 3.13 support by @hramezani in #697
- add actor email by @hamedsh in #641
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #698
- Add ability to globally mask fields by name on all models. by @AMP999 in #702
- Fix changelog by @hramezani in #703
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #704
- Use recommended manager to query related models by @sebastianmanger in #705
- Fix IntegrityError when cloning objects with pk=None (#664) by @kubajecminek in #707
- Let CI also check for missing migrations by @sebastianmanger in #706
- Prepare release 3.1.0 by @jayeff in #714
- CI: Add required pkginfo to release workflow by @jayeff in #715
New Contributors
- @evanandrews-xrd made their first contribution in #650
- @GreatBahram made their first contribution in #653
- @mohsiniscoding made their first contribution in #662
- @BinDruid made their first contribution in #681
- @hoangquochung1110 made their first contribution in #684
- @cdubz made their first contribution in #686
- @hho6643 made their first contribution in #687
- @AMP999 made their first contribution in #702
- @sebastianmanger made their first contribution in #705
- @kubajecminek made their first contribution in #707
Full Changelog: v3.0.0...v3.1.0