All Versions
22
Latest Version
Avg Release Cycle
182 days
Latest Release
644 days ago

Changelog History
Page 1

  • v3.5.0 Changes

    September 02, 2024

    Highlights

    • โž• Add support for Django 5.1

    What's Changed

    ๐Ÿ†• New Contributors

    Full Changelog : v3.4.0...v3.5.0

  • v3.4.0 Changes

    May 18, 2024

    Highlights

    • โž• 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.typed was not always
      installed.

    What's Changed

    ๐Ÿ†• New Contributors

    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 rules in CreateView CBV