Changelog¶
2.1.0 (2026-01-18)¶
Add support for Python 3.12, 3.13, and 3.14
Add support for Django 6.0
Migrate from Poetry to uv for faster dependency management
Replace flake8, black, and isort with ruff for unified linting and formatting
Add pre-commit configuration for automated code quality checks
Update build system to use hatchling
Modernize pyproject.toml to PEP 621 standard format
2.0.0 (2026-01-12)¶
Add support for Django 4.2 and 5.2
Add support for Python 3.10 and 3.11
Drop support for Django < 3.2 and Python < 3.10
1.0.0 (2021-05-14)¶
Add support for Python 3.7, 3.8, 3.9
Drop support for Django < 2.2
0.0.3 (2021-02-12)¶
Add support for Django 3
0.0.2 (2019-05-03)¶
Improve documentation
Fix bug when using the provided admin factories twice in the same ModelAdmin
0.0.1 (2019-02-05)¶
Initial release of django-dataexporter