django-model-utils/model_utils/tests
Bruno Alla 516c457747 SoftDeletableModel: use correct DB connection
When deleting a SoftDeletableModel instance, the `using` parameter
should be passed down to the `save()` method.

https://docs.djangoproject.com/en/1.10/topics/db/multi-db/#selecting-a-d
atabase-for-save
2016-11-09 19:49:31 +00:00
..
__init__.py initial import (with InheritanceCastModel) 2009-07-02 14:03:02 -04:00
fields.py Update MutableField for 1.9 2015-10-29 08:12:35 +11:00
models.py Add SoftDeletableModel 2016-09-12 15:11:34 +02:00
tests.py SoftDeletableModel: use correct DB connection 2016-11-09 19:49:31 +00:00