django-model-utils/model_utils/tests
Artis Avotins d1337d5a7c Fixed a bug with Django >= 1.9 where values_list was called on
InheritanceQuerySet with `select_subclasses` applied as strings
raised AttributeError exception.

Adds a new test case `test_dj19_values_list_on_select_subclasses`
2016-05-25 18:58:03 +02: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 Use all the fields to determine _id variants. Fixes #214 2016-03-31 15:45:19 +01:00
tests.py Fixed a bug with Django >= 1.9 where values_list was called on 2016-05-25 18:58:03 +02:00