Releases: jazzband/django-polymorphic
Releases · jazzband/django-polymorphic
v4.3.0
What's Changed
- Support Q expressions that contain subquery expressions by @CelestialGuru in #572
- Make related polymorphic object manager selection more robust to multiple inheritance scenarios. by @bckohan in #679
- Caching in inheritance accessor functions by @mldwg in #510
- update changelog by @bckohan in #680
- Multi-database support in inheritance accessors. by @Spikiii in #550
- Include get_child_inlines() hook in stacked inline admin forms. by @bckohan in #681
- upgrade uv lockfile by @bckohan in #683
- fix docs errors by @bckohan in #685
- Resolve primary key name correctly. by @sezabart in #620
- Misc test fixes by @bckohan in #688
- remove dead code by @bckohan in #690
- bump version by @bckohan in #691
New Contributors
- @CelestialGuru made their first contribution in #572
- @mldwg made their first contribution in #510
- @Spikiii made their first contribution in #550
- @sezabart made their first contribution in #620
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- Fix use of is and is not vs. == by @nlsfnr in #634
- add python 3.13 to CI testing by @bckohan in #635
- Bump django from 4.2.18 to 4.2.20 in /docs/_ext/djangodummy by @dependabot[bot] in #636
- fix tox docs build by @bckohan in #637
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #628
- Check for None on real_model in get_real_instance by @nlsfnr in #632
- Add aggregate query on empty tables tests for dj 5.1+ compat by @bckohan in #639
- Update trove classifiers by @bckohan in #640
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #642
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #643
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #644
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #646
- Drop support for Python 3.8 by @akx in #650
- Update pre-commit tools, fix ruff configuration so it doesn't warn by @akx in #649
- Modernize build to use uv and hatchling as the build backend. by @bckohan in #652
- Move from rst to markdown for repo level docs by @bckohan in #653
- add changelog entries for v4 and v4.1 by @bckohan in #654
- Add Just interface for command package tasks by @bckohan in #656
- fix rtd build by @bckohan in #657
- Add tests to all django supported RDBMS to CI, add macos and windows tests by @bckohan in #659
- refresh docs, add missing intersphinx references, update CONTRIBUTING by @bckohan in #661
- update changelog by @bckohan in #662
- Fix release CI check by @bckohan in #663
- Drop support for EOL versions of Django by @WhyNotHugo in #664
- support django 6 and python 3.14, update databases in CI by @bckohan in #665
- Add playwright test capability, fix autocomplete bug on new form creation on stacked admin inline pages. by @bckohan in #666
- Initial release workflow by @j-antunes in #573
- Release to upstream and remove dynamic versioning by @bckohan in #667
- fix release build by @bckohan in #668
- fix build to only compile package messages by @bckohan in #669
- Update Release Job to be more verbose by @bckohan in #670
- Show full admin context (breadcrumb and logout nav) in model type selection admin form by @TarunvirBains in #580
- Add a regression test for polymorphic iteration by @bckohan in #671
- Defer to chunk_size parameter on .iterators for fetching get_real_instances() by @bckohan in #672
- move from 6.0 rc1 to 6.0 django in CI by @bckohan in #674
- skip precommit hooks in precommit ci because just is not available by @bckohan in #675
- Fixed custom init check in transmogrify by @bdabrowski in #614
New Contributors
- @nlsfnr made their first contribution in #634
- @TarunvirBains made their first contribution in #580
- @bdabrowski made their first contribution in #614
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- PolymorphicQuerySet: Prevent NoneType error in test___lookup by @hll1682003 in #621
- Update GHA versions by @bckohan in #624
- Update test matrix to correct python/django combinations, add 5.1, 5.2 by @bckohan in #626
- Use CSS variables for colors by @joaoseckler in #622
- Bump django from 3.2.25 to 4.2.16 in /docs/_ext/djangodummy by @dependabot in #619
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #611
- Bump django from 4.2.16 to 4.2.18 in /docs/_ext/djangodummy by @dependabot in #627
New Contributors
- @hll1682003 made their first contribution in #621
- @bckohan made their first contribution in #624
- @joaoseckler made their first contribution in #622
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Bump django from 3.2.9 to 3.2.18 in /docs/_ext/djangodummy by @dependabot in #538
- Update docs: Replace legacy argument with updated arguments by @pfcodes in #533
- Removed usage of deprecated pkg_resources by @sliverc in #541
- docs: fix missing whitespace by @JanMalte in #519
- Add css dark mode to polymorphic_inlines.css by @namantam1 in #508
- Bump django from 3.2.18 to 3.2.23 in /docs/_ext/djangodummy by @dependabot in #551
- Fix multi-fields in single line by @morsik in #539
- Fix for broken fix about multi-fields in single line by @morsik in #552
- Add contributing doc and badge by @AdamDonna in #554
- Fix all links in the docs by @AdamDonna in #559
- Add pre commit by @AdamDonna in #557
- Replace Travis CI configuration with GitHub Actions by @akx in #561
- Lint and format with ruff by @akx in #560
- Drop support for non-supported versions of Django and Python by @akx in #563
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #564
- Use pytest for testing & modernize assertions by @akx in #562
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #568
- Replace string interpolation and .format calls with f-strings by @akx in #566
- Remove unnecessary version checks by @akx in #567
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #569
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #571
- Fix coverage: use default file locations by @hugovk in #565
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #574
- Bump django from 3.2.23 to 3.2.24 in /docs/_ext/djangodummy by @dependabot in #575
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #577
- chore: cleanup by @CodeWithEmad in #584
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #585
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #586
- Bump django from 3.2.24 to 3.2.25 in /docs/_ext/djangodummy by @dependabot in #587
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #588
- Fix build read the docs by @j-antunes in #589
- Fix build read the docs. Second attempt by @j-antunes in #590
- Fix build read the docs. Third attempt by @j-antunes in #591
- Fix build read the docs. 4th attempt by @j-antunes in #592
- Fix build read the docs. 5th attempt by @j-antunes in #593
- Fix build read the docs. 6th attempt by @j-antunes in #594
- Fix build read the docs. 7th attempt by @j-antunes in #595
- Fix build read the docs. 8th attempt by @j-antunes in #596
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #597
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #600
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #601
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #602
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #603
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #604
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #605
- README spelling fix by @boxed in #607
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #606
New Contributors
- @pfcodes made their first contribution in #533
- @sliverc made their first contribution in #541
- @JanMalte made their first contribution in #519
- @namantam1 made their first contribution in #508
- @morsik made their first contribution in #539
- @akx made their first contribution in #561
- @pre-commit-ci made their first contribution in #564
- @hugovk made their first contribution in #565
- @CodeWithEmad made their first contribution in #584
- @j-antunes made their first contribution in #589
- @boxed made their first contribution in #607
Full Changelog: v3.1...v4.0.0
IMPORTANT NOTE:
This version marks the first release under the jazzband repo. Package is not compatible with Django version 4
v4.0.0a
This is an unofficial release of django-polymorphic.
The previous owner of the repo transferred the project to jazzband. At the moment, we are still waiting to gain access to the pip account to be able to release this version. In the mean time you can use this