Tesorio / django-anon

:shipit: Anonymize production data so it can be safely used in not-so-safe environments
https://django-anon.readthedocs.io/en/latest/
MIT License
160 stars 5 forks source link

Added support for django's builtin bulk_update method if present #56

Closed balaji-dr closed 3 years ago

balaji-dr commented 3 years ago

Fix for using django's builtin bulk_update method if available Link for the issue

Todos

caioariede commented 3 years ago

That's awesome, thanks @deeaarbee :) The coverage is failing for other reasons as far as I can tell.

Can you please just add a new bullet under the master section in the CHANGELOG?

https://github.com/Tesorio/django-anon/blob/master/CHANGELOG.rst#master

Thanks again!

balaji-dr commented 3 years ago

Thanks for the review!. I have added the changelog for the PR.

caioariede commented 3 years ago

@deeaarbee thank you for your contribution 🙏