- [others] Migrated to `uv` package manager - [others] Moved to `pyproject.toml` - [others] Updated `.githooks` - [others] Added automatic deps update through github action - [others] Updated deps
5.2.0
- [dj] Removed `AssertionTestCase.assertMockCalls` as it can be replaced by `assert_called_with` and `assert_has_calls` - [others] Replaced `black`, `isort`, and `flake8` with `ruff` - [others] Replaced `pre-commit` with git hooks from the `.githooks` folder - [others] Added a QA pipeline in the CICD
5.1.1
- [meili] Sleep time for indexer tests is now a class variable that defaults to 0.1s
5.1.0
- [dj] Added new test assertions in `ImprovedTestCase` - [dj] Added `ImprovedModel` with pre/post save/delete hooks - [meili] Added the `meili` folder with utilities to interact with MeiliSearch. Includes: - types - search utils - Model indexer and serializers for Django (with test utils)