All Versions
22
Latest Version
Avg Release Cycle
182 days
Latest Release
644 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.5.0 Changes
September 02, 2024Highlights
- โ Add support for Django 5.1
What's Changed
- ๐ fix Django Documentation path by @dpgraham4401 in #192
- ๐ Support for Django 5.1 by @kimihito in #193
๐ New Contributors
- @dpgraham4401 made their first contribution in #192
- @kimihito made their first contribution in #193
Full Changelog : v3.4.0...v3.5.0
-
v3.4.0 Changes
May 18, 2024Highlights
- โ Add support for Django 4.2 and 5.0
- โ Add support for Python 3.11 and 3.12
- โฌ๏ธ Drop support for EOL Python 3.7
- โฌ๏ธ Drop support for EOL Django 2.2 and 4.0
- ๐ Fix bug: type annotations were not used because
py.typedwas not always
installed.
What's Changed
- โก๏ธ Update README.rst by @Real-Gecko in #172
- โก๏ธ Update pre-commit black and isort version by @hashlash in #174
- โฌ๏ธ Upgrade GitHub Actions to v3 by @cclauss in #167
- โ Add support for Django 4.2, 5.0 and Python 3.11, 3.12 by @georgek in #179
- ๐ fix: install py.typed file so mypy will use included type defs by @federicobond in #181
- โก๏ธ Update pre-commit hooks by @federicobond in #182
- ๐ Improve CI job titles by @federicobond in #183
- โ Run mypy as a pre-commit hook by @federicobond in #184
- ๐ Release 3.4.0 by @federicobond in #188
๐ New Contributors
- @Real-Gecko made their first contribution in #172
- @hashlash made their first contribution in #174
- @cclauss made their first contribution in #167
- @georgek made their first contribution in #179
- @federicobond made their first contribution in #181
Full Changelog : v3.3.0...v3.4.0
-
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
โฌ๏ธ Upgrading from 2.x : The are no significant changes between rules 2.x and 3.x except dropping support for Python 2, so before upgrading to 3.x you just need to make sure you're running a supported Python 3 version.
-
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
rulesinCreateViewCBV
- ๐ Fixed issue with using