django-model-utils/tests
Eugene Kuznetsov a3bada7e54 fix test case
2019-08-05 18:44:46 +07:00
..
test_fields fix test case 2019-08-05 18:44:46 +07:00
test_managers managers: honor OneToOneField.parent_link=False (#363) 2019-03-12 23:29:02 +06:00
test_models Disable signals on save feature 2019-05-20 19:35:05 +02:00
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
fields.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
managers.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
models.py Disable signals on save feature 2019-05-20 19:35:05 +02:00
settings.py fix model.save patched in FieldTracker (#353) 2018-12-10 21:35:26 +06:00
signals.py Disable signals on save feature 2019-05-20 19:35:05 +02:00
test_choices.py Add support for reverse iteration of Choices (#314) 2018-12-08 11:47:54 +06:00
test_inheritance_iterable.py make InheritanceIterable inherit from ModelIterable instead of BaseIterable 2017-06-23 09:51:32 -04:00
test_miscellaneous.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00