django-model-utils/model_utils/tests
2017-01-09 19:16:09 +00:00
..
test_fields Remove test duplication related to TestCase inheritance in different files 2016-11-24 21:31:23 +00:00
test_managers Fix issue when extend QuerySet and Manager - fixes #249 2017-01-05 14:29:35 +00:00
test_models Add fix + tests for abstract manager inheritance issue with StatusModel 2017-01-09 19:02:59 +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
helpers.py Separate tests in small files, making it easier to edit/add new ones/not conflict on different merge requests 2016-11-23 23:49:53 +00:00
managers.py Fix issue when extend QuerySet and Manager - fixes #249 2017-01-05 14:29:35 +00:00
models.py Simplify test models + make it compatible for old Django versions 2017-01-09 19:16:09 +00:00
test_choices.py Separate tests in small files, making it easier to edit/add new ones/not conflict on different merge requests 2016-11-23 23:49:53 +00:00
test_miscellaneous.py Separate tests in small files, making it easier to edit/add new ones/not conflict on different merge requests 2016-11-23 23:49:53 +00:00
tests.py Prevent test manual import for Django 1.6+. No impact on Django 1.7/1.8, duplicating all test runs in Django 1.6 2016-11-24 21:31:55 +00:00