Commit graph

37 commits

Author SHA1 Message Date
JMP
bdc6fb05fe UUIDField doc 2019-02-26 17:35:00 +01:00
JMP
5bf7db036f UUIDModel doc 2019-02-26 17:34:20 +01: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
Asif Saif Uddin
4562da4e18
updated doc about supported python and django versions. 2018-09-24 19:39:33 +06:00
Lucas Wiman
2e92877910 Merge branch 'master' into django-1.11-compatibility 2018-07-02 11:21:48 -07:00
Harry Moreno
1197839765 Update docs to support django 2.0 2018-06-30 16:11:43 -07:00
Jack Cushman
d34043fd25 Avoid fetching deferred fields in has_changed 2018-02-10 10:53:36 -05:00
Carl Meyer
198dcb612e Update github links for jazzband transfer. 2017-04-15 08:47:31 -07: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
Daniel Stanton
2827dbdb79 Reduced docs 2016-07-13 21:08:15 +01:00
Daniel Stanton
8e818d9bfa Removed colons 2016-07-13 17:59:08 +01:00
Daniel Stanton
98416539a5 Docs update: has_changed supports a single field
Closes #225
2016-07-13 17:57:13 +01:00
Carl Meyer
9eeca10835 Update PassThroughManager docs to recommend alternatives; fixes GH-201. 2015-12-18 11:32:03 -07:00
Trey Hunner
8015b86237 Happy New Year! 2015-06-28 19:04:27 -07:00
Trey Hunner
6821051141 Note FieldTracker signal rules in documentation 2014-05-13 14:22:02 -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
Alejandro Varas
452ac5cd21 Added choices_name parameter to StatusField 2013-11-14 16:12:31 -03:00
Keryn Knight
1de58474c0 Implemented #44 - passing Model classes to InheritanceManager's select_subclasses 2013-10-21 21:47:58 +01:00
Filipe Ximenes
3d82ec89b4 only accepting iterables to the when field 2013-10-11 08:24:00 -03:00
Filipe Ximenes
e3450977bd adding 'when' parameter to MonitorField 2013-10-11 00:08:38 -03:00
Carl Meyer
5a33ff760a Fixed indexing into Choices so its useful. 2013-09-24 15:13:27 -06:00
Tavistock
ff64b06c9d fixed code block
the code block was displaying incorrectly
2013-09-08 13:59:54 -04:00
Carl Meyer
2e44f1c2c0 Add option-groups capability to Choices. 2013-08-29 22:00:53 -06:00
Tony Aldridge
cac7416cda Moved documentation for Choices field to the right place 2013-08-24 10:40:53 +01:00
Trey Hunner
a7c6ff9392 Set version in setup.py docs automatically 2013-08-07 22:52:39 -07: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
Trey Hunner
b78ff6e4b8 Add some missing blank lines above headers in docs 2013-08-05 23:30:25 -07:00
Trey Hunner
e84a76979b Add initial documentation (based on README) 2013-07-31 22:55:43 -07:00