summaryrefslogtreecommitdiff
path: root/doc/build/orm
Commit message (Expand)AuthorAgeFilesLines
* - add an additional note regarding select_from, fixes #3546Mike Bayer2015-10-021-0/+10
* - remove ambiguous use of the phrase "joined together by AND" as thisMike Bayer2015-10-011-0/+6
* Add Query.one_or_none()pr/201Eric Siegerman2015-09-241-1/+6
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-191-0/+106
* - fix incorrect example in inheritance docsMike Bayer2015-09-151-3/+3
* Merged in bsmithgall/sqlalchemy/event-doc-link-fix (pull request #60)Mike Bayer2015-09-081-1/+1
|\
| * fix typo in session events docsbsmithgall2015-09-071-1/+1
* | Merge pull request #197 from davidjb/mastermike bayer2015-09-081-1/+1
|\ \ | |/ |/|
| * Minor grammar fix for capitalisation in session docspr/197David\ Beitey2015-08-281-1/+1
* | - update moved link, fixes #3351Mike Bayer2015-09-031-1/+1
* | - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-022-49/+305
* | - add new documentation that applies to all modern SQLA versions,ticket_2677_preMike Bayer2015-09-026-13/+256
* | - use consistent and descriptive language in all casesMike Bayer2015-08-271-6/+26
|/
* - reword and update documentation on passive_updates=False; as virtuallyMike Bayer2015-08-271-35/+87
* - work to bridge between core/ORM tutorials regarding the text() constructMike Bayer2015-07-261-5/+3
* - remove "completely raw", whatever that isMike Bayer2015-07-261-21/+16
* - typoMike Bayer2015-07-261-1/+1
* - add an example of text.columnsMike Bayer2015-07-261-4/+19
* - Organize the tree for 1.1Mike Bayer2015-07-241-2/+2
* - fix the link here fixes 3473Mike Bayer2015-07-031-1/+1
* - edits to this sectionMike Bayer2015-06-221-1/+1
* - add a new FAQ on re-reading of data within a transaction, sinceMike Bayer2015-06-221-3/+9
* - add a comment, also I think we want to expire before we do theMike Bayer2015-06-091-1/+6
* Expire session in testing transaction handlingpr/180Charles-Axel Dein2015-06-081-1/+3
* Fix typo in directivepr/177Éric Araujo2015-05-291-2/+1
* Correcting typo in introspectionpr/173Pierre Rochard2015-05-171-1/+1
* Fix typospr/165Ernest Walzel2015-03-261-1/+1
* - tweaks regarding the use_alter updateMike Bayer2015-03-131-4/+2
* - add the fact that we can cache the sql naively as wellMike Bayer2015-03-121-5/+33
* - add a rationale sectionMike Bayer2015-03-121-0/+141
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-112-0/+208
* - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-101-1/+7
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-0/+143
* - fix link to non_primary flagMike Bayer2015-01-271-24/+40
* - add new section to ORM referring to runtime inspection API,Mike Bayer2015-01-141-0/+49
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-0/+25
* - make a new page that introduces mapping a little better for theMike Bayer2015-01-054-69/+126
* - fix links for loading, add a redirect pageMike Bayer2014-12-271-0/+3
* - remove private superclasses from docs in favor of fixingMike Bayer2014-12-271-1/+0
* correctionsMike Bayer2014-12-271-0/+3
* - correctionsMike Bayer2014-12-279-6/+16
* - create a new section on "custom load rules", to help with edgeMike Bayer2014-12-191-0/+76
* - classical is really not the most important topic hereMike Bayer2014-12-171-1/+1
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-1741-6200/+7685
* - rework the migration doc sectionsMike Bayer2014-12-141-4/+4
* - A new series of :class:`.Session` methods which provide hooksMike Bayer2014-12-081-3/+89
* start docs...Mike Bayer2014-12-071-0/+55
* Merge branch 'master' into ticket_3100Mike Bayer2014-12-072-1/+22
|\
| * - Updated the :ref:`examples_versioned_history` example such thatMike Bayer2014-11-261-0/+2
| * - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-241-1/+20