Releases: BetterWorks/django-anonymizer
Releases · BetterWorks/django-anonymizer
0.5.0.14-bw
The faker library has been replaced with fake-factory since faker is no longer under active development.
Breaking changes:
- uk_postcode -> postcode (no longer specific to UK)
- uk_country -> country (no longer specific to UK)
- uk_county removed (no equivalent in fake-factory)
- Sequential calls to field methods no longer produce similar results
0.5.0.13-bw
- Better support for python3 (with the help of @krautnerds)
- Fixed Django 1.9 deprecation warnings about
get_field_by_name
- Support for
BinaryField
and other Django fields that require value preparation - Tests are now running! Coverage is now being reported!
0.5.0.8-bw
significantly reduce memory usage
Django 1.8
Updates get_query_set to get_queryset for 1.8 compatibility
Batch Update
This update batches the update queries to improve performance
Atomic
Adds transaction.atomic for performance
0.5.0.2-bw: Merge pull request #1 from mgeist/emptyValues
allow empty values