django-model-utils/model_utils
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
..
locale/de/LC_MESSAGES Add script and makefile tasks for making and compiling messages; un-gitignore .mo files. 2015-07-20 10:20:11 -06:00
__init__.py update tag 2018-11-03 11:12:50 +06:00
choices.py Fix E123 closing bracket does not match indentation of opening bracket's line 2018-07-02 12:57:14 -07:00
fields.py Fix E30X too-few line spacing errors. 2018-07-02 12:20:38 -07:00
managers.py Add a JoinManager that helps with performance (#351) 2018-11-25 20:18:23 +06:00
models.py Add fix + tests for abstract manager inheritance issue with StatusModel 2017-01-09 19:02:59 +00:00
tracker.py fix #330 patch MyModel.save instead of MyModel().save 2018-11-20 18:32:09 +03:00