File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ # CHANGELOG
2+
3+ ## v1.1.0 (2023-02-20)
4+
5+ - Add black, flake8 and isort and fix all associated errors
6+ - Actually use BIRDBATH_SKIP_CHECKS setting
7+
8+ ## v1.0.0 (2022-07-05)
9+
10+ - Increase Faker version range
11+ - Add default_auto_field, to silence Django 3.2 warning
12+
13+ ## v0.0.5 (2021-06-10)
14+
15+ - Skip system check when running migrate management command
16+
17+ ## v0.0.4 (2021-06-07)
18+
19+ - Improve compatibility with older Django versions
20+
21+ ## v0.0.3 (2021-06-07)
22+
23+ - Update Faker version
24+ - Remove un-used faker dependency
25+ - Update README
26+ - Add BaseModelAnonymiser class
27+
28+ ## v0.0.2 (2022-09-07)
29+
30+ - Batch errors
31+ - Add check for an 'ALLOWS_ANONYMISATION' variable
32+ - Add configuration and Makefile for pypi
33+ - Don't fail checks if birdbath tables don't exist
34+ - Django system check if birdbath hasn't executed
35+
36+ ## v0.0.1
37+
38+ Initial version
You can’t perform that action at this time.
0 commit comments