Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Bump django-polymorphic from 1.3 to 3.0.0 #202

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 21, 2020

Bumps django-polymorphic from 1.3 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.

Changes in 2.0.1 (2018-02-05)

  • Fixed manager inheritance detection for Django 1.11.
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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 21, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/django-polymorphic-3.0.0 branch from ea5b35d to da78d88 Compare March 25, 2021 02:03
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/django-polymorphic-3.0.0 branch from da78d88 to b8e9486 Compare April 11, 2021 21:02
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/django-polymorphic-3.0.0 branch from b8e9486 to a60fff5 Compare April 11, 2021 23:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants