Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 839 Bytes

File metadata and controls

26 lines (18 loc) · 839 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2024-12-02

Added

  • Initial release
  • ApiPermission class for DRF permission handling
  • PermControlMixin for building custom permission classes
  • Built-in caching support using Django's cache framework
  • Configurable permission mapping for HTTP methods
  • Admin user type bypass functionality
  • Object-level permission support
  • Comprehensive test suite
  • Documentation and examples