Changed - Fix `make_recipe` to work with `_quantity` (28)
1.18.1
Changed - Replace expensive `count()` with cheap `exists()`
1.18.0
Added - Add Django 5.0 support
Changed - Allow baking without `contenttypes` framework
Removed - Drop Django 3.2 and 4.1 support (reached end of life)
1.17.0
Added - Add support to `auto_now` and `auto_now_add` fields.
Changed - Remove unnecessary casting to string methods `random_gen.gen_slug` and `random_gen.gen_string` - [doc] Update installation command
1.16.0
Added - [dev] Test coverage report
Changed - Improved performance of `Baker.get_fields()` - [dev] Cleanup Sphinx documentation config - [dev] Update `pre-commit` config - [dev] CI: remove hard requirement on linters for tests to run
1.15.0
Added - Add Python 3.12 support
Changed - Revert erroneous optimisation of related logic (fix 439) - [dev] Bring tox back