django-model-utils/tests
Sergey Tikhonov 6b88c888d3 fix model.save patched in FieldTracker (#353)
* fix model.save patched in FieldTracker

* add test for save call with args

* update changes
2018-12-10 21:35:26 +06:00
..
test_fields fix model.save patched in FieldTracker (#353) 2018-12-10 21:35:26 +06:00
test_managers Fix missing subclasses and annotated in cloned InheritanceQueryset (#335) 2018-12-08 11:26:36 +06:00
test_models Ensure TimeStampedModel modified equals created on initial creation. (#319) 2018-12-08 12:23:04 +06: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 Add a JoinManager that helps with performance (#351) 2018-11-25 20:18:23 +06:00
settings.py fix model.save patched in FieldTracker (#353) 2018-12-10 21:35:26 +06: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