summaryrefslogtreecommitdiff
path: root/doc/build/orm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' into ticket_3100Mike Bayer2014-11-065-4/+171
|\ \ | |/
| * - edits to the subqueryload ordering mergeMike Bayer2014-11-052-11/+23
| * Merge branch 'subqueryload_order' of https://bitbucket.org/univerio/sqlalchem...Mike Bayer2014-11-052-0/+21
| |\
| | * Added documentation about interaction between `subqueryload` and LIMIT/OFFSET.Jack Zhou2014-08-072-0/+21
| * | - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-191-4/+131
| * | - add explicit warning re: polymorphic_on, cascading is not supportedMike Bayer2014-09-261-0/+6
| * | - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-251-0/+1
* | | - try to finish up the performance example for nowMike Bayer2014-09-061-0/+7
|/ /
* | - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-0/+5
* | - more updates to text docs, literal_column, column etc. in prepMike Bayer2014-09-011-10/+6
* | - walk back these literal SQL lectures into something much more succinct.Mike Bayer2014-08-311-85/+10
* | - start encouraging the use of text() for injection of string-based SQLMike Bayer2014-08-311-8/+10
* | - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-2/+8
* | - updates to migration / changelog for 1.0Mike Bayer2014-08-261-1/+1
* | 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