summaryrefslogtreecommitdiff
path: root/doc/build/orm
Commit message (Expand)AuthorAgeFilesLines
* Add note on begin_nested requiring rollback/commitpr/131Gunnlaugur Þór Briem2014-08-211-1/+4
* - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-171-0/+6
* - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-131-1/+1
* - clarify docs that contains_eager() is included in the of_type() system,Mike Bayer2014-08-071-2/+5
* fix typo in cascade documentationpr/127Michael White2014-08-051-1/+1
* Materialized paths example.Jack Zhou2014-06-071-0/+5
* - hyperlink all the column operators listed in the ORM tutorial common filter...Mike Bayer2014-05-241-11/+15
* - switch master to be 1.0Mike Bayer2014-05-231-2/+2
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-112-4/+4
* doc fixesMike Bayer2014-05-011-0/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-264-9/+9
* - add a note about versioning only applying to flushesMike Bayer2014-04-251-0/+10
* - document that joinedload/eagerload work with of_type() + with_polymoprhic()Mike Bayer2014-04-231-3/+19
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-191-0/+42
* Fixed bug in example code.pr/84Daniel Smith2014-04-101-1/+1
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-091-0/+2
* repair erroneous whitespace in autodoc directives, preventing members fromMike Bayer2014-04-061-8/+0
* - add some docs for the instancestate linkage to the inspection systemMike Bayer2014-04-041-0/+22
* - fix some doctest failures (though some remain, as it's not easy to get doctestMike Bayer2014-03-241-4/+4
* - reword the paragraph which talks about web framework integration for sessions:Mike Bayer2014-03-201-10/+7
* Merge branch 'ca/dev/add_is_and_isnot_to_tutorial' of https://github.com/char...Mike Bayer2014-03-171-0/+6
|\
| * Add is_ and isnot filter to the tutorialpr/80Charles-Axel Dein2014-03-151-0/+6
* | typoMike Bayer2014-03-161-1/+1
* | - fairly epic rework of the cascade documentationMike Bayer2014-03-152-112/+309
|/
* add a string example for self-refenretial many-to-manyMike Bayer2014-03-111-0/+18
* Fixes argument number in docspr/79Noufal Ibrahim2014-03-111-1/+1
* more detail, what actually loads, etc.Mike Bayer2014-02-231-3/+66
* -rewrite expire/refresh sectionMike Bayer2014-02-231-63/+155
* - extensive cross-linking of relationship options with their documentation se...Mike Bayer2014-02-165-140/+175
* - add cross-linking for passive_deletes / passive_updatesMike Bayer2014-02-162-9/+10
* - cross link remote_side/self-referentialMike Bayer2014-02-141-14/+14
* - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-311-0/+54
* - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-231-4/+11
* used the wrong joinMike Bayer2014-01-221-5/+2
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-222-8/+168
* fix typoMike Bayer2014-01-191-1/+1
* Fix a typo in the relationship docspr/59Wichert Akkerman2014-01-161-1/+1
* even simplerMike Bayer2014-01-151-8/+4
* - should close the session before rolling back the transactionMike Bayer2014-01-151-3/+44
* - docs + testsMike Bayer2014-01-051-0/+22
* - fix some docstring stuffMike Bayer2014-01-051-13/+19
* session docs: Change `object` to `someobject`pr/54Ben Alpert2013-12-271-1/+1
* - add a new example section for "join conditions", start puttingMike Bayer2013-12-051-0/+7
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-021-1/+46
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-302-13/+16
* - selected documentation issuesMike Bayer2013-11-301-92/+119
* - re-document synonyms and remove warnings about "superseded"; synonymsMike Bayer2013-11-301-6/+80
* - start reworking examples to include more code from the wiki.Mike Bayer2013-11-291-47/+68
* Generate API and resolve cross referencesVraj Mohan2013-11-171-1/+4
* Fix cross referencesVraj Mohan2013-11-172-2/+3