summaryrefslogtreecommitdiff
path: root/doc/build/faq
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes: "the a"Ville Skyttä2016-05-051-1/+1
|
* Merge remote-tracking branch 'origin/pr/268'Mike Bayer2016-05-043-8/+8
|\
| * Adds parentheses around print statements in docs.pr/268Jeffrey Finkelstein2016-05-033-8/+8
| |
* | Corrects some references in ORM documentation.pr/267Jeffrey Finkelstein2016-05-031-1/+2
|/
* - fix broken link to loader behaviorMike Bayer2015-11-071-1/+1
|
* - add new entry for sharing of Engine across process boundariesMike Bayer2015-09-141-0/+81
|
* - call it deque, since you can really pop from either sideMike Bayer2015-09-101-5/+5
|
* - add a new FAQ recipe for "walk all objects", replacing the needMike Bayer2015-09-101-0/+71
| | | | | | to use mapper.cascade_iterator() for this purpose as it was not really designed for that use case. Add docs to cascade_iterator() pointing to the recipe. fixes #3498
* - edits to this sectionMike Bayer2015-06-221-15/+19
|
* - add a new FAQ on re-reading of data within a transaction, sinceMike Bayer2015-06-221-0/+62
| | | | this is definitely something that is asked regularly.
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-177-0/+1539
and extensions into an external library, and also reorganizes most large documentation pages into many small areas to reduce scrolling and better present the context into a more fine-grained hierarchy.