django-model-utils/tests/test_managers
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
..
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_inheritance_manager.py Add a JoinManager that helps with performance (#351) 2018-11-25 20:18:23 +06:00
test_join_manager.py Add a JoinManager that helps with performance (#351) 2018-11-25 20:18:23 +06:00
test_query_manager.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_softdelete_manager.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_status_manager.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00