Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update django-polymorphic requirement from ~=3.0.0 to ~=3.1.0 #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 9, 2021

Updates the requirements on django-polymorphic to permit the latest version.

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 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)

Updates the requirements on [django-polymorphic](https://github.com/django-polymorphic/django-polymorphic) to permit the latest version.
- [Release notes](https://github.com/django-polymorphic/django-polymorphic/releases)
- [Changelog](https://github.com/django-polymorphic/django-polymorphic/blob/master/docs/changelog.rst)
- [Commits](jazzband/django-polymorphic@3.0.0...v3.1)

---
updated-dependencies:
- dependency-name: django-polymorphic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 9, 2021

The following labels could not be found: dependabot.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 9, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants