Skip to content

Releases: preply/dj_anonymizer

0.6.1

18 Apr 20:01
ce4229a
Compare
Choose a tag to compare

Improvement: remove django-appconf implicit dependency (#84)

0.6.0

09 Jan 12:14
b005490
Compare
Choose a tag to compare

Feature: adds possibility to truncate with cascade option (#73)

0.5.1

01 Apr 17:02
Compare
Choose a tag to compare

Bugfix: fix issue when model manager is overridden (#71)

0.5.0

07 Feb 13:01
Compare
Choose a tag to compare

Feature: add possibility to execute anonymizer only on the specified model (#69)
Feature: raise exception if model registered, but database table does not exist (#63)
Improvement: moved to GitHub Actions (#64)

0.4.0

21 Jan 14:25
f039309
Compare
Choose a tag to compare

Feature: possibility to truncate register_clean tables (#41)
Feature: infer exclude_fields when property is not set (#45)
Feature: –check-only mode (#52)
Feature: Handle Windows paths in module import (#54)
Improvement: remove support for EOL Django versions, django-bulk-update is no longer an optional dependency (#55)

0.3.1

25 Aug 19:29
fa57ca5
Compare
Choose a tag to compare

Bugfix: for Django==2.2 dj_anonymizer raise ModuleNotFoundError #32

0.3.0

07 Jul 19:46
c1831bc
Compare
Choose a tag to compare

Feature: new field - password #25
Feature: Since Django 2.2 used native bulk_update. django-bulk-update as optional dependency #29

0.2.0

14 Sep 13:03
8325e1c
Compare
Choose a tag to compare

Improvement: add travis CI with flake8 and isort onboard
Improvement: fix broken .md description on PyPI
Improvement: add .editorconfig
Improvement: add tests
Docs: docs released
Python3: Python 3 support