All Versions
20
Latest Version
Avg Release Cycle
155 days
Latest Release
763 days ago

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 in CreateView CBV
  • 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 and skip method of Predicate
    • โœ‚ 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