Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

chore: bump django-guardian from 1.4.9 to 2.3.0 #616

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps django-guardian from 1.4.9 to 2.3.0.

Changelog

Sourced from django-guardian's changelog.

Release 2.3.0 (June 6, 2020)

  • Drop support for Django 2.1
  • Fix compatibility with UUIDField primary keys
  • Fix formatting for pyupgrade
  • Fix error with get_objects_for_user on PostgreSQL
  • Modify 'assign_perm' shortcut to treat lists as a queryset
  • Updated links to Django documentation and django-authority repository
  • Removed reference to "easy_install" in the documentation
  • Run migrations check only if required version of django is installed

Release 2.2.0 (January 3, 2020)

  • Add support for Django 3.0 and Python 3.8.
  • Add support for custom generic object permission models.
  • Don't initialise anonymous user on DB where it's not migrated.
  • Allow object permissions with dots.
  • Several performance improvements
    • Improve performance of get_objects_for_user
    • Update get_users_with_perms to avoid a large join

.. important:: The 2.2.x release line will be the last one that has support for Django 2.1.

Release 2.1.0 (September 9, 2019)

  • Upgrade to use django.urls.path in routing
    • Add admin support for user primary key as UUID
  • Auto pre-fetching permission via GUARDIAN_AUTO_PREFETCH
  • Add tests for missing migrations

Release 2.0.0 (June 11, 2019)

  • Drop support for Python 2.7 & 3.4 and Django 1.11 & 2.0

Release 1.5.1 (May 2, 2019)

  • Restore compatibility with Python 2.7

.. important:: The 1.5.x release line will be the last one that has support for Python 2.7.

Release 1.5.0 (Jan 31, 2019)

Commits
  • e86e8f6 Bump version to 2.3.0
  • 5ae59fb Update release date for 2.3.0
  • a9dd4bf Update CHANGES
  • 59e9560 Update CHANGES
  • 736381b Update CHANGES
  • c4704b0 Update CHANGES
  • 17f6a1e Fix unittest mock imports that triggered the linter
  • db937f3 Drop support for Django 2.1
  • 96372b3 Run migrations check only if required version of django is installed
  • d816cfe Fix handling of UUIDField for mysql, mariadb and sqlite
  • 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 Jul 24, 2020
@sakshi1499
Copy link

Closing this as #578 solves the same issue.

@sakshi1499 sakshi1499 closed this Jul 24, 2020
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/django-guardian-2.3.0 branch July 24, 2020 13:48
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.

1 participant