Skip to content

Releases: Qu4tro/django-ufilter

0.4.3

04 May 22:45
Compare
Choose a tag to compare

Added

  • Support for Python3.11

Fixed

  • README (Thanks @aseidma)
  • CI - it had broke due to a django upgrade

Changed

  • Do not enforce Django version according to the Python version (Thanks @arianesc)
  • Upgraded Github Actions
  • Upgraded Poetry
  • Upgraded isort

0.4.0

17 Jun 18:13
Compare
Choose a tag to compare

Added

  • Support for Django v4
  • Poetry for package management.
  • Github Actions for CI.

Changed

  • Renamed forked package to django-ufilter.
  • In django_ufilter.integrations.drf, renamed DjangoFilterBackend to DRFFilterBackend.
  • Import sorter from importanize to isort.
  • Pin versions on the hooks of the pre-commit configuration file.
  • Moved all configurations to pyproject.toml on which support exists.
  • HISTORY.rst to CHANGELOG.md following the KeepAChangelog format.
  • AUTHORS.rst to AUTHORS.md

Removed

  • 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 on pyproject.toml.