django-mellon/tests
Benjamin Dauvergne e18dd7c7e5 adapters: prevent collision in provision_groups() (fixes #9327)
Assiging related m2m fields provokes a bulk insert which is not safe with
respect to concurrent writes, we replace this by use of get_or_create() and
delete() on the through model of the User.groups field.
2015-12-15 10:52:10 +01:00
..
test_default_adapter.py adapters: prevent collision in provision_groups() (fixes #9327) 2015-12-15 10:52:10 +01:00