Metadata-Version: 2.1
Name: django-sage-tools
Version: 0.1.3
Summary: Reusable, generic mixins for Django
License: MIT
Author: Sepehr Akbarzadeh
Author-email: sepehr@sageteam.org
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: django (>=5.0.7,<6.0.0)
Description-Content-Type: text/markdown

# django-sage-tools

django-sage-tools provides a range of helpful Mixins for Django's class-based views. These mixins often replicate the functionality of Django's function-based view decorators and also tackle common issues encountered with class-based views. For further details, consult the documentation.

