All Versions
20
Latest Version
Avg Release Cycle
155 days
Latest Release
1258 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.3.0 Changes
March 23, 2022- Introduce type annotations for common APIs
-
v3.2.1 Changes
March 02, 2022- 🛠 Fixed incorrect Django versions mentioned in CHANGELOG
-
v3.2.0 Changes
March 02, 2022- ➕ Added support for Python 3.10
- ⬇️ Dropped support for Python 3.6 (EOL)
- ⬇️ Dropped support for Django 3.0 and 3.1 (EOL)
-
v3.1.0 Changes
December 22, 2021- ➕ Added support for Django 4.0
-
v3.0.0 Changes
May 10, 2021- ⬇️ Dropped support for Python 2
- ⬇️ Dropped support for Django versions before 2.2
-
v2.2.0 Changes
January 17, 2020- ➕ Added compatibility with Django v3.0
-
v2.1.0 Changes
August 11, 2019- ➕ Added ability to automatically check for permissions in Drango Rest Framework viewsets.
- ➕ Added ability to automatically check for permissions in Drango class-based views.
- ➕ Added ability to automatically register permissions for models.
- ➕ Added shim for "six" in anticipation for Django 3.0 dropping support for Python 2 and removing "six" from its codebase.
-
v2.0.1 Changes
December 07, 2018- 🛠 Fixed issue with using
rules
inCreateView
CBV
- 🛠 Fixed issue with using
-
v2.0.0 Changes
July 22, 2018- ✂ Removed support for Python 2.6 and 3.3
- ✂ Removed support for Django versions before 1.11
- ✂ Removed
SkipPredicate
exception andskip
method ofPredicate
- ✂ Removed
replace_rule
and related APIs - ➕ Added
set_rule
and related APIs to safely replace a rule without having to ensure one already exists - ➕ Added compatibility with Django v2.1
- 👍 Re-introduced support for PyPy and PyPy 3
- 🔄 Changed Python and Django supported versions policy to exclude end-of-life
versions. Support for EOL'd versions will be dropped in minor version
updates of
rules
from now on.
-
v1.4.0 Changes
July 21, 2018- 🛠 Fixed masking AttributeErrors raised from CBV get_object
- 🛠 Fixed compatibility with
inspect
in newer Python 3 versions - ➕ Added ability to replace rules and permissions