What's Changed
- remove dead code by @bckohan in #692
- move model definition errors to system checks by @bckohan in #693
- add more custom queryset/manager tests by @bckohan in #699
- Clarify docs around usage of as_manager() by @bckohan in #700
- Add test for _default_manager setting by @bckohan in #701
- Test abstract base model custom manager specification by @bckohan in #703
- test related managers use default managers #150 by @bckohan in #705
- add test for foreign key polymorphism #477 by @bckohan in #706
- Add admin tests for childless polymorphic models by @bckohan in #709
- add a make-test-migrations recipe by @bckohan in #711
- Add test that many model levels using UUID pks work by @bckohan in #712
- Add admin test to verify recent actions by @bckohan in #713
- Add a test for extending a normal base model as polymorphic by @bckohan in #716
- Add test for admin exclude fields by @bckohan in #717
- add a debug-test recipe by @bckohan in #720
- Fix ordering of stacked inline admin forms on add. by @prauscher in #719
- Replace deepcopy of the Q object by @rrauenza in #543
- Test for legacy postgres regression involving many to many queries by @bckohan in #725
- Add create_from_super method and test by @bckohan in #684
- add m2m through model regression tests by @bckohan in #728
- Update changelog and bump version by @bckohan in #729
New Contributors
- @prauscher made their first contribution in #719
- @rrauenza made their first contribution in #543
Full Changelog: v4.3.0...v4.4.0