Metadata-Version: 2.1
Name: django-sage-tools
Version: 0.1.1
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)
Requires-Dist: setuptools (>=71.1.0,<72.0.0)
Requires-Dist: twine (>=5.1.1,<6.0.0)
Requires-Dist: wheel (>=0.43.0,<0.44.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.

