Commit graph

18 commits

Author SHA1 Message Date
Maarten ter Huurne
441618a790 Update manual to explain JoinQueryset instead of JoinManager 2024-04-17 17:28:25 +02:00
Ihor Sychevskyi
cced1c7aea
update links (#554) 2023-01-28 05:44:56 +02:00
Tim Gates
2dab8afded docs: Fix a few typos
There are small typos in:
- docs/managers.rst
- model_utils/managers.py
- tests/test_models/test_timestamped_model.py

Fixes:
- Should read `subclasses` rather than `subclasess`.
- Should read `queryset` rather than `querset`.
- Should read `permissible` rather than `permissable`.
- Should read `modified` rather than `modifed`.
- Should read `heterogeneous` rather than `heterogenous`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-08-17 22:37:49 +02:00
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
romgar
7552c4a7f2 Remove out-to-date example 2017-01-26 14:18:19 +00:00
romgar
ced4afe8f9 Update documentation to remove references of PassThroughManager, removed in version 2.4 2017-01-22 12:00:50 +00:00
Ryan P Kilby
cd9e296f81 Update docs 2017-01-12 12:16:46 -05:00
Radosław Ganczarek
9e90dde2e8 Add SoftDeletableModel 2016-09-12 15:11:34 +02:00
Carl Meyer
9eeca10835 Update PassThroughManager docs to recommend alternatives; fixes GH-201. 2015-12-18 11:32:03 -07:00
Carl Meyer
a3c5bbf119 Fixed GH-125; add doc note about InheritanceQuerySetMixin. 2014-04-17 11:43:50 -06:00
Carl Meyer
07ea0d3a71 Minor docs cleanup. 2014-01-10 16:23:29 -07:00
Douglas Meehan
2082c7e3d5 edited typo 2014-01-10 17:09:01 -05:00
Douglas Meehan
2b089aee8d updated manager docs 2014-01-10 17:07:49 -05:00
Douglas Meehan
1cf5454ee8 added documentation about manager mixins 2014-01-10 22:01:46 +00:00
Őry Máté
2a965bf753 move TimeStampedModel docs to models.rst 2013-12-27 11:29:42 +01:00
Keryn Knight
1de58474c0 Implemented #44 - passing Model classes to InheritanceManager's select_subclasses 2013-10-21 21:47:58 +01:00
Trey Hunner
1bdf90be20 Add explicit references for cross-doc file links 2013-08-06 20:47:22 -07:00
Trey Hunner
85330bc106 Split usage docs into multiple files 2013-08-06 20:29:39 -07:00