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.
This project was originally forked from django-url-filter. If you wish to see the CHANGELOG pre-fork, visit HISTORY.rst.
0.4.3 - 2023-05-04
- Support for Python3.11
- README (Thanks @aseidma)
- CI - it had broke due to a django upgrade
- Do not enforce Django version according to the Python version (Thanks @arianesc)
- Upgraded Github Actions
- Upgraded Poetry
- Upgraded isort
0.4.0 - 2022-06-17
- Support for Django v4
- Poetry for package management.
- Github Actions for CI.
- Renamed forked package to
django-ufilter. - In
django_ufilter.integrations.drf, renamedDjangoFilterBackendtoDRFFilterBackend. - Import sorter from
importanizetoisort. - Pin versions on the hooks of the
pre-commitconfiguration file. - Moved all configurations to
pyproject.tomlon which support exists. HISTORY.rsttoCHANGELOG.mdfollowing the KeepAChangelog format.AUTHORS.rsttoAUTHORS.md
- Support for SQLAlchemy.
- Support for CoreAPI.
- Support for all unsupported Python versions.
- Support for all unsupported Django versions.
- TravisCI and DroneCI.
setup.py,setup.cfg,requirements*.txt,MANIFEST.in,Makefile.__author__and__email__- These are already available onpyproject.toml.