pythondotorg
pythondotorg copied to clipboard
Bump django-polymorphic from 3.0.0 to 3.1.0
Bumps django-polymorphic from 3.0.0 to 3.1.0.
Changelog
Sourced from django-polymorphic's changelog.
Changelog
Changes in 3.1 (2021-11-18)
- Added support for Django 4.0.
- Fixed crash when the admin "add type" view has no choices; will show a permission denied.
- Fixed missing
localefolder in sdist.- Fixed missing
QuerySet.bulk_create(.., ignore_conflicts=True)parameter support.- Fixed
FilteredRelationsupport.- Fixed supporting class keyword arguments in model definitions for
__init_subclass__().- Fixed including
polymorphic.tests.migrationsin the sdist.- Fixed non-polymorphic parent handling, which has no
_base_objects.- Fixed missing
widgetssupport formodelform_factory().- Fixed
has_changedhandling forpolymorphic_ctype_iddue to implicit str to int conversions.- Fixed
Qobject handling when lists are used (e.g. in django-advanced-filters_).- Fixed Django Admin support when using a script-prefix.
Many thanks to everyone providing clear pull requests!
Commits
5111fb0Bump to 3.1e9341feFix compilemessages call for setup.py5b9acd1isort and black with longer line length8a5b555Used pyupgrade to remove Python 2 and 3.5 compatibility code6c69ea2update test matrix in tox (GitHub Actions can be done later)db999f0Add .coveragercb90777bmake depandabot happy99b295aFixed Django 4.0/4.1 deprecations in testsdf51d54Replace type(..) is checks with isinstanceec31670Update childadmin.py- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.