- Add tests
- Change project tooling to use ruff and flit
- Set up CI on GitHub
- Publish the source code on GitHub
- Updates imports for compatibility with Wagtail >= 5.0, drops compatibility for older Wagtail releases
- Remove upper bound on Faker dependency
- Add black, flake8 and isort and fix all associated errors
- Actually use BIRDBATH_SKIP_CHECKS setting
- Increase Faker version range
- Add default_auto_field, to silence Django 3.2 warning
- Skip system check when running migrate management command
- Improve compatibility with older Django versions
- Update Faker version
- Remove un-used faker dependency
- Update README
- Add BaseModelAnonymiser class
- Batch errors
- Add check for an 'ALLOWS_ANONYMISATION' variable
- Add configuration and Makefile for pypi
- Don't fail checks if birdbath tables don't exist
- Django system check if birdbath hasn't executed
Initial version