summaryrefslogtreecommitdiff
path: root/doc/build/orm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix doc typeWouter Overmeire2018-09-171-1/+1
* 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-311-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-291-1/+1
* Small docs style fixes in inheritance.rstBR2018-06-041-7/+8
* - modernize versioning examplesMike Bayer2018-05-051-0/+2
* 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
* 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
|/
* Add new errors sectionMike Bayer2017-12-221-0/+2
* Fix a typo in basic_relationships.rst.Randy Barlow2017-11-151-1/+1
* - cross-link of_type() correctlyMike Bayer2017-11-021-0/+1
* Merge remote-tracking branch 'origin/pr/359'Mike Bayer2017-10-241-1/+1
|\
| * fix typowodim2017-05-051-1/+1
* | - add more dragons to session.begin() / autocommit docsMike Bayer2017-09-281-32/+38
* | Merge "Document and test __table_cls__"mike bayer2017-09-271-3/+50
|\ \
| * | Document and test __table_cls__ticket_4082Mike Bayer2017-09-261-3/+50
* | | Warnings for @declared_attr.cascadingticket_4091Mike Bayer2017-09-261-3/+15
|/ /
* | Merge branch 'master--typos' of https://github.com/nphilipp/sqlalchemyMike Bayer2017-08-091-1/+1
|\ \
| * | fix "constrast" typosNils Philippsen2017-08-051-1/+1
* | | Enable multi-level selectin polymorphic loadingMike Bayer2017-08-071-4/+76
* | | - modernize orm.reconstructor documentation a bitMike Bayer2017-08-051-13/+17
|/ /
* | Make flush logic slightly clearer in tutorial.Feanil Patel2017-07-231-1/+1
* | Merge branch 'patch-1' of https://github.com/tomsitter/sqlalchemyMike Bayer2017-07-171-1/+1
|\ \
| * | Replace Session class with session instanceTom Sitter2017-07-121-1/+1
* | | Fix typo, foriegn -> foreignPablo Marti2017-07-101-1/+1
|/ /
* | - fix exposed "sourcecode" tagsMike Bayer2017-07-091-2/+2
* | Support state expiration for with_expression(); rename deferred_expressionMike Bayer2017-06-262-13/+23
* | Add ad-hoc mapped expressionsMike Bayer2017-06-192-1/+67
* | selectin polymorphic loadingMike Bayer2017-06-051-12/+170
* | - add session.close() w/ rationale to top-level "using transactions"Mike Bayer2017-05-231-0/+9
* | Repair formatting throughout documentationKataev Denis2017-05-2240-127/+127