summaryrefslogtreecommitdiff
path: root/doc/build/orm
Commit message (Expand)AuthorAgeFilesLines
* - initial 2.0 setupMike Bayer2019-07-061-2/+2
* Add Load.options() for hierchical construction of loader optionsMike Bayer2019-06-272-43/+150
* Fix typo in documentation examplesEmile Caron2019-06-171-2/+2
* - continued 1.4 setup, somehow the commit didn't workMike Bayer2019-04-271-2/+2
* fix RST link formatMike Bayer2019-04-251-1/+1
* Add ORM documentation for as_comparison()Mike Bayer2019-04-251-0/+39
* Add documentation section for cascade_scalar_deletesMike Bayer2019-03-071-0/+53
* Allow SQL expression for ORM primary keysMike Bayer2019-02-121-0/+38
* mention no_autoflush in the flush section of the docsMike Bayer2019-02-081-2/+5
* Add type stubs link to the docsIvan Levkivskyi2019-02-081-0/+9
* Use declarative mapping for the embedded SQL expressions exampleMike Bayer2019-02-071-4/+7
* Remove all occurrences of the word "password" from all examples and tutorialsMike Bayer2019-02-053-125/+125
* Fix many spell glitchesLele Gaifax2019-01-2511-19/+19
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-26/+25
* Convert most "See also" phrases into .. seealso::Mike Bayer2019-01-152-12/+16
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-159-51/+1
* Add standalone orm.close_all method and deprecate SessionMaker.close_allAugustin Trancart2019-01-121-0/+2
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-305-8/+8
* Add missing disambiguation to non-primary mapper exampleMike Bayer2018-12-281-4/+12
* Document and support nested compositesMike Bayer2018-12-121-0/+70
* Improve documentation re: Session.binds and partitioning strategiesMike Bayer2018-11-062-14/+95
* Move pk on single-inh subclass check below conflict resolution checkTom Manderson2018-10-301-0/+2
* Create object- and column-oriented versions of AssociationProxyInstanceMike Bayer2018-10-261-0/+8
* selectinload omit joinJayson Reis2018-10-102-33/+64
* Add additional documentation for ORM fetched defaultsMike Bayer2018-10-021-13/+84
* Add non-primary mapper example illustrating a row-limited relationshipMike Bayer2018-09-271-0/+65
* Break association proxy into a descriptor + per-class accessorMike Bayer2018-09-271-0/+5
* Fix doc typeWouter Overmeire2018-09-111-1/+1
* Add BakedQuery.to_query() methodMike Bayer2018-08-271-9/+12
* document expanding bound parameters, in_(), and baked query use casesMike Bayer2018-08-271-0/+60
* Correct for the INSERT statement, typosMike Bayer2018-08-091-5/+6
* Write a much better section about server defaultsMike Bayer2018-08-091-0/+185
* Replace 'with' with 'which'Kevin Horn2018-07-271-1/+1
* Document sticky behavior of loader optionsMike Bayer2018-07-101-0/+34
* - add some context to the declarative section indicating this is notMike Bayer2018-07-054-2/+25
* - fix linking for the query.rst pageMike Bayer2018-07-041-3/+8
* Fixed typoAlex Grönholm2018-06-251-1/+1
* Small docs style fixes in inheritance.rstBR2018-06-041-7/+8
* - modernize versioning examplesMike Bayer2018-05-051-0/+2
* - add space invaders exampleMike Bayer2018-04-272-0/+7
* Link to the ExpireRelationshipOnFKChange recipe for deletesMike Bayer2018-03-261-5/+8
* Make it much more clear that concrete mapping is limitedMike Bayer2018-03-071-2/+15
* Add notes regarding flat=TrueMike Bayer2018-03-071-5/+22
* Setup master as 1.3Mike Bayer2018-03-021-2/+2
* Merge remote-tracking branch 'origin/pr/421'Mike Bayer2018-02-271-1/+1
|\
| * Fix typo in python exampleAnton Vlasenko2018-02-141-1/+1
* | Rewrite the "deleting from collections" sectionMike Bayer2018-02-191-11/+71
* | Merge remote-tracking branch 'origin/pr/416'Mike Bayer2018-02-141-1/+1
|\ \ | |/ |/|
| * Fixed link to Flask-SQLAlchemy in documentationTim Shaffer2018-01-171-1/+1
* | - don't scare off developers with the word "advanced" hereMike Bayer2018-01-311-3/+6
|/