Metadata-Version: 2.1
Name: django-fluo
Version: 0.5
Summary: various django utilities
Home-page: https://pypi.org/project/django-fluo/
Author: Raffaele Salmaso
Author-email: raffaele@salmaso.org
License: MIT
Project-URL: GitHub, https://github.com/rsalmaso/django-fluo
Project-URL: GitLab, https://gitlab.com/rsalmaso/django-fluo
Platform: any
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: COPYING
License-File: AUTHORS

# django-fluo

My personal django reusable stuffs.


## CHANGES ##

### 0.5.0

* Drop support for Django < 3.2
* Add support for Django 4.1
* Drop support for Python < 3.8
* Add support for Python 3.9, 3.10, 3.11
* Drop StatusModel as it is not easyly customizable, use StatusField
* Remove `jquery_ajaxqueue` templatetag
* Remove `jquery` templatetag
* Remove `css_ie` templatetag
* Remove `css_print` templatetag
* Enable PEP 563 – Postponed Evaluation of Annotations
* Drop `fluo.forms.fields.JsonField`
* Remove `postgresql_psycopg2` backend
