8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca19512 commit cb7a553Copy full SHA for cb7a553
braces/__init__.py
@@ -9,7 +9,7 @@
9
"""
10
11
__title__ = "braces"
12
-__version__ = "1.16.0"
+__version__ = "1.17.0"
13
__author__ = "Kenneth Love and Chris Jones"
14
__license__ = "BSD 3-clause"
15
__copyright__ = "Copyright 2013 Kenneth Love and Chris Jones"
docs/changelog.rst
@@ -4,6 +4,9 @@
4
Changelog
5
=========
6
7
+* :release:`1.17.0 <2025-03-17>`
8
+* :bug:`316 major` `MultiplePermissionsRequiredMixin` didn't do object-level permission checks.
+* :bug:`309 minor` `RecentLoginRequiredMixin` no longer throws error about `GET` requests in Django >= 5.0
* :release:`1.16.0 <2024-10-09>`
* :support:`290` Fixed a few typos in the docs.
* :support:`287` No longer building a universal wheel
0 commit comments