Skip to content

Bump django-polymorphic from 2.0.1 to 3.1.0#139

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/django-polymorphic-3.1.0
Open

Bump django-polymorphic from 2.0.1 to 3.1.0#139
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/django-polymorphic-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 19, 2021

Copy link
Copy Markdown

Bumps django-polymorphic from 2.0.1 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 locale folder in sdist.
  • Fixed missing QuerySet.bulk_create(.., ignore_conflicts=True) parameter support.
  • Fixed FilteredRelation support.
  • Fixed supporting class keyword arguments in model definitions for __init_subclass__().
  • Fixed including polymorphic.tests.migrations in the sdist.
  • Fixed non-polymorphic parent handling, which has no _base_objects.
  • Fixed missing widgets support for modelform_factory().
  • Fixed has_changed handling for polymorphic_ctype_id due to implicit str to int conversions.
  • Fixed Q object 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!

Changes in 3.0.0 (2020-08-21)

  • Support for Django 3.X
  • Dropped support for python 2.X
  • A lot of various fixes and improvements by various authors. Thanks a lot!

Changes in 2.1.2 (2019-07-15)

  • Fix PolymorphicInlineModelAdmin media jQuery include for Django 2.0+

Changes in 2.1.1 (2019-07-15)

  • Fixed admin import error due to isort changes.

Changes in 2.1 (2019-07-15)

  • Added Django 2.2 support.
  • Changed .non_polymorphic(), to use a different iterable class that completely cirvumvent polymorphic.
  • Changed SQL for instance_of filter: use IN statement instead of OR clauses.
  • Changed queryset iteration to implement prefetch_related() support.
  • Fixed Django 3.0 alpha compatibility.

... (truncated)

Commits
  • 5111fb0 Bump to 3.1
  • e9341fe Fix compilemessages call for setup.py
  • 5b9acd1 isort and black with longer line length
  • 8a5b555 Used pyupgrade to remove Python 2 and 3.5 compatibility code
  • 6c69ea2 update test matrix in tox (GitHub Actions can be done later)
  • db999f0 Add .coveragerc
  • b90777b make depandabot happy
  • 99b295a Fixed Django 4.0/4.1 deprecations in tests
  • df51d54 Replace type(..) is checks with isinstance
  • ec31670 Update childadmin.py
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-polymorphic](https://github.com/django-polymorphic/django-polymorphic) from 2.0.1 to 3.1.0.
- [Release notes](https://github.com/django-polymorphic/django-polymorphic/releases)
- [Changelog](https://github.com/django-polymorphic/django-polymorphic/blob/master/docs/changelog.rst)
- [Commits](django-commons/django-polymorphic@v2.0.1...v3.1)

---
updated-dependencies:
- dependency-name: django-polymorphic
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants