django-model-utils/tests
Jonathan Sundqvist 2cb773372d Add a JoinManager that helps with performance (#351)
* Add the join manager + tests

* Documentation for join manager

* Use order_by for consistent tests

* Use postgres instead sqlite for tests for better reliability

* Fix coverage

* Drop django 1.8
2018-11-25 20:18:23 +06:00
..
test_fields fix #330 patch MyModel.save instead of MyModel().save 2018-11-20 18:32:09 +03:00
test_managers Add a JoinManager that helps with performance (#351) 2018-11-25 20:18:23 +06:00
test_models Fix F841: local variable is assigned but never used. 2018-07-02 11:50:56 -07: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 Add a JoinManager that helps with performance (#351) 2018-11-25 20:18:23 +06:00
test_choices.py Fix remaining non-E501 line length changes. 2018-07-02 13:01:49 -07: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