v4.5.0
What's Changed
- Don't use
post_init
signal for initialize tracker by @meanmail in #556 - clarify docs for managers of SoftDeletableModel by @tadamcz in #589
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #575
Language Support
- Add translations for Brazilian Portuguese by @gmcrocetti in #578- Remove dead
init_deferred_fields
method by @joecox in #580 - Update where
ConnectionDoesNotExist
is imported from by @mthuurne in #566 - Remove arguments from
InheritanceQuerySetMixin._clone()
by @mthuurne in #567 - Allow running tests using sqlite by @jayvdb in #516
MonitorField
- Change default to None when the field is nullable by @gmcrocetti in #577- Explicitly re-export names from
__init__
module by @mthuurne in #591 - Switch from freezegun to time-machine. by @adamchainz in #510
- USE_TZ = True by @foarsitter in #593
- Remove redundant definition of
JoinManager
from tests by @mthuurne in #594 - Pass reason to
@skip
decorator by @mthuurne in #595 - Resolve name clash among test models by @mthuurne in #596
- Remove obsolete
tests.signals
module by @mthuurne in #597 - Remove obsolete test models by @mthuurne in #598
- Postgresql docker container for local development by @foarsitter in #563
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #602
- Add issue-manager by @foarsitter in #600
- Translation files by @foarsitter in #608
New Contributors
- @meanmail made their first contribution in #556
- @tadamcz made their first contribution in #589
- @gmcrocetti made their first contribution in #578
- @joecox made their first contribution in #580
Full Changelog: 4.4.0...4.5.0