django-model-utils/model_utils/tests
Karl WnW ce8deed5ca Fix _clone signature for Django<1.9
InheritanceQuerySetMixin._clone signature conflicts with django
ValuesQuerySet._clone code which calls super like this:
"c = super(ValuesQuerySet, self)._clone(klass, **kwargs)"
2015-11-02 17:52:43 +01: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 Update MutableField for 1.9 2015-10-29 08:12:35 +11:00
tests.py Fix _clone signature for Django<1.9 2015-11-02 17:52:43 +01:00