| Commit message (Expand) | Author | Age | Files | Lines |
| * | more detail, what actually loads, etc. | Mike Bayer | 2014-02-23 | 1 | -3/+66 |
| * | -rewrite expire/refresh section | Mike Bayer | 2014-02-23 | 1 | -63/+155 |
| * | - extensive cross-linking of relationship options with their documentation se... | Mike Bayer | 2014-02-16 | 5 | -140/+175 |
| * | - add cross-linking for passive_deletes / passive_updates | Mike Bayer | 2014-02-16 | 2 | -9/+10 |
| * | - cross link remote_side/self-referential | Mike Bayer | 2014-02-14 | 1 | -14/+14 |
| * | - Added a new parameter :paramref:`.Operators.op.is_comparison`. This | Mike Bayer | 2014-01-31 | 1 | -0/+54 |
| * | - doc updates, include links to create_engine from tutorials, cleanup | Mike Bayer | 2014-01-23 | 1 | -4/+11 |
| * | used the wrong join | Mike Bayer | 2014-01-22 | 1 | -5/+2 |
| * | - Support is improved for supplying a :func:`.join` construct as the | Mike Bayer | 2014-01-22 | 2 | -8/+168 |
| * | fix typo | Mike Bayer | 2014-01-19 | 1 | -1/+1 |
| * | Fix a typo in the relationship docspr/59 | Wichert Akkerman | 2014-01-16 | 1 | -1/+1 |
| * | even simpler | Mike Bayer | 2014-01-15 | 1 | -8/+4 |
| * | - should close the session before rolling back the transaction | Mike Bayer | 2014-01-15 | 1 | -3/+44 |
| * | - docs + tests | Mike Bayer | 2014-01-05 | 1 | -0/+22 |
| * | - fix some docstring stuff | Mike Bayer | 2014-01-05 | 1 | -13/+19 |
| * | session docs: Change `object` to `someobject`pr/54 | Ben Alpert | 2013-12-27 | 1 | -1/+1 |
| * | - add a new example section for "join conditions", start putting | Mike Bayer | 2013-12-05 | 1 | -0/+7 |
| * | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 1 | -1/+46 |
| * | - the pronoun removal commit. there was only one instance of a | Mike Bayer | 2013-11-30 | 2 | -13/+16 |
| * | - selected documentation issues | Mike Bayer | 2013-11-30 | 1 | -92/+119 |
| * | - re-document synonyms and remove warnings about "superseded"; synonyms | Mike Bayer | 2013-11-30 | 1 | -6/+80 |
| * | - start reworking examples to include more code from the wiki. | Mike Bayer | 2013-11-29 | 1 | -47/+68 |
| * | Generate API and resolve cross references | Vraj Mohan | 2013-11-17 | 1 | -1/+4 |
| * | Fix cross references | Vraj Mohan | 2013-11-17 | 2 | -2/+3 |
| * | Add API generation to resolve cross references | Vraj Mohan | 2013-11-17 | 1 | -1/+2 |
| * | Add module documentation to resolve references | Vraj Mohan | 2013-11-17 | 1 | -0/+2 |
| * | Fix cross referencespr/44 | Vraj Mohan | 2013-11-14 | 1 | -1/+0 |
| * | Fix references to exceptions | Vraj Mohan | 2013-11-14 | 1 | -1/+1 |
| * | Suppress warnings about files not being included in any toctree | Vraj Mohan | 2013-11-13 | 1 | -0/+2 |
| * | Fix cross references | Vraj Mohan | 2013-11-12 | 2 | -4/+4 |
| * | - tutorial updates | Mike Bayer | 2013-11-10 | 1 | -190/+191 |
| * | - add a new sphinx extension "viewsource". takes advantage of part of the vi... | Mike Bayer | 2013-11-09 | 1 | -50/+16 |
| * | - add a section re: using column_reflect for mapping, link to it from the "na... | Mike Bayer | 2013-10-31 | 1 | -8/+49 |
| * | no such thing as default_strategy()... | Mike Bayer | 2013-10-28 | 1 | -2/+3 |
| * | - whitespace below ..version, sigh | Mike Bayer | 2013-10-28 | 1 | -1/+0 |
| * | - ensure 0.9 in various documentation spaces | Mike Bayer | 2013-10-26 | 1 | -2/+2 |
| * | - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i... | Mike Bayer | 2013-10-25 | 1 | -0/+1 |
| * | 11th hour realization that Load() needs to do the _chop_path() thing as | Mike Bayer | 2013-10-06 | 1 | -7/+14 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 4 | -82/+152 |
| * | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 2 | -0/+55 |
| * | fix typo [ticket:2827] | Mike Bayer | 2013-09-17 | 1 | -1/+1 |
| * | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 1 | -1/+49 |
| * | - fix server-side non-returning example | Mike Bayer | 2013-08-25 | 1 | -3/+4 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 2 | -1/+196 |
| * | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 3 | -2/+16 |
| * | - reorganize docs so expression, schema are broken out into subfiles, they're... | Mike Bayer | 2013-08-18 | 6 | -22/+20 |
| * | add some more detail about concurrency | Mike Bayer | 2013-08-12 | 1 | -6/+23 |
| * | - more "when do i create the session" docs, get specific | Mike Bayer | 2013-08-12 | 1 | -184/+287 |
| * | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 1 | -0/+4 |
| * | - Improved the examples in ``examples/generic_associations``, including | Mike Bayer | 2013-07-19 | 1 | -0/+2 |