summaryrefslogtreecommitdiff
path: root/doc/build/orm
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - 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
* - 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