Skip to content

Bump django-polymorphic from 2.0.1 to 3.0.0#23

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 7, 2020

Copy link
Copy Markdown

Bumps django-polymorphic from 2.0.1 to 3.0.0.

Changelog

Sourced from django-polymorphic's changelog.

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.
  • Fixed compatibility with current django-extra-views_ in polymorphic.contrib.extra_views.
  • Fixed prefetch_related() support on polymorphic M2M relations.
  • Fixed model subclass ___ selector for abstract/proxy models.
  • Fixed model subclass ___ selector for models with a custom OneToOneField(parent_link=True).
  • Fixed unwanted results on calling queryset.get_real_instances([]).
  • Fixed unwanted TypeError exception when PolymorphicTypeInvalid should have raised.
  • Fixed hiding the add-button of polymorphic lines in the Django admin.
  • Reformatted all files with black

Changes in 2.0.3 (2018-08-24)

  • Fixed admin crash for Django 2.1 with missing use_required_attribute.

Changes in 2.0.2 (2018-02-05)

  • Fixed manager inheritance behavior for Django 1.11, by automatically enabling Meta.manager_inheritance_from_future if it's not defined. This restores the manager inheritance behavior that django-polymorphic 1.3 provided for Django 1.x projects.
  • Fixed internal base_objects usage.
Commits
  • b4efb59 Release 3.0.0
  • c005410 Merge pull request #461 from AdamDonna/fix/455/failures_on_django_master
  • fa6808e Use conditional function definition
  • 45215ff Add little docstring and typo fix
  • d93f178 Side load _filter_or_exclude to avoid recursion
  • 21f635d Backwards compatible _filter_or_exclude
  • 0232bef Attempted fix for failures on master
  • 69bbe58 Travis should run everywhere
  • fd300df Merge pull request #456 from Djailla/misc
  • 613dd3d Merge pull request #459 from chrisglass/make-tests-pass-travis-tentative
  • 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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 7, 2020
@dependabot @github

dependabot Bot commented on behalf of github Nov 19, 2021

Copy link
Copy Markdown
Author

Superseded by #139.

@dependabot dependabot Bot closed this Nov 19, 2021
@dependabot dependabot Bot deleted the dependabot/pip/dev/django-polymorphic-3.0.0 branch November 19, 2021 03:04
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