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

[noissue]: Update django-guardian requirement from ~=2.3.0 to ~=2.4.0 #1352

Merged
merged 1 commit into from May 24, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2021

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

Changelog

Sourced from django-guardian's changelog.

Release 2.4.0 (May 24, 2021)

  • Add support for Python 3.9
  • Add support for Django 3.1, Django 3.2
  • Add parameter any_perm to PermissionRequiredMixin
  • Switch from Travis CI to GitHub Actions_

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)

... (truncated)

Commits
  • 55beb98 Bump version to v2.4.0
  • be82238 Update CHANGES for v2.4.0
  • 2b17a49 fix autofield
  • f3b3e71 Run GitHub Actions on 'devel' branch
  • 7e3c0f0 Mention GitHub Actions instead of Travis CI everywhere (#737)
  • ffdbec8 Switch to GitHub Actions; also run tests against Django 3.2 and main (instead...
  • 1a84948 Remove Python 3.6 and 3.7 from test matrix for django master (#733)
  • 5577d09 Fixed default_app_config deprecation
  • 78155cd Added Django master to tox
  • 5ac8be1 Fixed headers test for Django 3.2
  • 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)

@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label May 24, 2021
@pulpbot
Copy link
Member

pulpbot commented May 24, 2021

WARNING!!! This PR is not attached to an issue. In most cases this is not advisable. Please see our PR docs for more information about how to attach this PR to an issue.

@dralley
Copy link
Contributor

dralley commented May 24, 2021

@bmbouter This should unblock us from moving to Django 3.2 LTS

https://github.com/django-guardian/django-guardian/blob/devel/CHANGES

@dralley dralley merged commit d4bfeb8 into master May 24, 2021
@dralley dralley deleted the dependabot/pip/django-guardian-approx-eq-2.4.0 branch May 24, 2021 18:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants