Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps django-braces from 1.4.0 to 1.15.0.

Release notes

Sourced from django-braces's releases.

v1.15.0

v1.14.0

No release notes provided.

v1.13.0

No release notes provided.

v1.12.0

No release notes provided.

v1.11.0

No release notes provided.

v1.10.0

No release notes provided.

1.9.0

  • [Feature] #203: Use Django’s supplied version of six to remove an external dependency.
  • [Bug] #161: Fixed redirect loop for users without proper groups for MultipleGroupRequiredMixin and GroupRequiredMixin.
  • [Bug] #181: Fixed redirect loops based on user permissions.
  • [Bug] #196: Refactor how users without permissions are handled.
  • [Bug] #208: Fixed errors from combining certain access mixins.
  • [Support]: Added note to docs about Python and Django versions used in tests.
  • [Support] #192: Added example for OrderableListView.
  • [Support] #201: Fixed typo in SuccessURLRedirectListMixin.
  • [Support] #202: Fixed typo in PermissionsRequiredMixin and MultiplePermissionsRequiredMixin.
  • [Support] #209: Fixed link to Django documentation for user_passes_test decorator.

v1.8.0

  • #145 Allow custom exceptions to be raised by all AccessMixins.
  • #171 New SSLRequiredMixin. Redirect http -> https.
  • #138 New RecentLoginRequiredMixin to require user sessions to have a given freshness.
  • #164 Use resolve_url to handle LOGIN_REDIRECT_URLs in settings.py that are just URL names.
  • #130 New attribute on JSONResponseMixin to allow setting a custom JSON encoder class.
  • #131 New attribute on LoginRequiredMixin so it's possible to redirect unauthenticated users while using AccessMixin-derived mixins instead of throwing an exception.
Changelog

Sourced from django-braces's changelog.

:orphan:

========= Changelog

  • :support:277 Updated the codebase to be more modern Python/Django
  • :feature:245 Cache-related headers
  • :release:1.15.0 <2021-11-05>
  • :support:- Formatted project with black
  • :support:- Updated README
  • :feature:265 Drop old Python and Django versions, bring in newer ones
  • :release:1.14.0 <2019-12-30>
  • :support:260 Fixes the goshdang Travis tests.
  • :support:250 Include documentation Makefile and conf.py in source distribution.
  • :support:246 README more accurately explains the supported Django versions.
  • :release:1.13.0 <2018-04-06>
  • :support:243 Adds support for Python 3.7 and Django 2.1.
  • :support:244 Documentation link fix.
  • :support:236 Refines the Django and Python versions tested against.
  • :support:241 Fixes a documentation typo, "altenate" should be "alternate".
  • :release:1.12.0 <2018-04-06>
  • :support:237 Updates for Django 2.0.
  • :support:232 Updates for Django 1.11.
  • :support:227 Use SVG in README instead of PNG.
  • :support:221 Renamed a duplicative method name.
  • :support:220 Adds a warning for cases where prefetch_related or select_related are empty in their respective mixins.
  • :release:1.11.0 <2017-02-01>
  • 🐛215 major Imports for 1.11 and 2.x reverse and reverse_lazy functions.
  • :support:248 Include some files necessary for testing in the source distribution.
  • :feature:228 Adds an object_level_permissions attribute to the PermissionRequiredMixin to allow for object-level permission checks instead of just view-level checks.
  • 🐛224 major Allows OPTIONS requests to be body-less.
  • 🐛218 major AccessMixin.handle_no_permission` now accepts a request`` parameter.
  • :feature:198 New :ref:OrderableListMixin allows to switch the default ordering setting from asc to desc.
  • :support:215 Imports updated for Django 2.0.
  • :feature:204 New :ref:HeaderMixin that allows custom headers to be set on a view.
  • :release:1.10.0 <2016-10-24>
  • 🐛212 major Small changes for Django 1.10 compatibility.
  • 🐛211 major ReadTheDocs links updated.
  • 🐛209 major Django documentation link updated.
  • :release:1.9.0 <2016-05-31>
  • 🐛208 major Fixed errors from combining certain access mixins.
  • 🐛196 major Refactor how users without permissions are handled.
  • 🐛181 major Fixed redirect loops based on user permissions.
  • 🐛161 major Fixed redirect loop for users without proper groups for MultipleGroupRequiredMixin and GroupRequiredMixin.
  • :support:209 Fixed link to Django documentation for user_passes_test decorator.
  • :feature:203 Use Django's supplied version of six to remove an external dependency.
  • :support:202 Fixed typo in PermissionsRequiredMixin and MultiplePermissionsRequiredMixin.
  • :support:201 Fixed typo in SuccessURLRedirectListMixin.
  • :support:192 Added example for OrderableListView.

... (truncated)

Commits

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)

Bumps [django-braces](https://github.com/brack3t/django-braces) from 1.4.0 to 1.15.0.
- [Release notes](https://github.com/brack3t/django-braces/releases)
- [Changelog](https://github.com/brack3t/django-braces/blob/main/docs/changelog.rst)
- [Commits](brack3t/django-braces@v1.4.0...v1.15.0)

---
updated-dependencies:
- dependency-name: django-braces
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 8, 2023
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.

1 participant