| Commit message (Expand) | Author | Age | Files | Lines |
| * | - A warning is emitted in the case of multiple relationships thatticket_3230 | Mike Bayer | 2014-10-19 | 1 | -4/+131 |
| * | - add explicit warning re: polymorphic_on, cascading is not supported | Mike Bayer | 2014-09-26 | 1 | -0/+6 |
| * | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 1 | -0/+1 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -0/+5 |
| * | - more updates to text docs, literal_column, column etc. in prep | Mike Bayer | 2014-09-01 | 1 | -10/+6 |
| * | - walk back these literal SQL lectures into something much more succinct. | Mike Bayer | 2014-08-31 | 1 | -85/+10 |
| * | - start encouraging the use of text() for injection of string-based SQL | Mike Bayer | 2014-08-31 | 1 | -8/+10 |
| * | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -2/+8 |
| * | - updates to migration / changelog for 1.0 | Mike Bayer | 2014-08-26 | 1 | -1/+1 |
| * | Add note on begin_nested requiring rollback/commitpr/131 | Gunnlaugur Þór Briem | 2014-08-21 | 1 | -1/+4 |
| * | - Fixed bug where attribute "set" events or columns with | Mike Bayer | 2014-08-17 | 1 | -0/+6 |
| * | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 1 | -1/+1 |
| * | - clarify docs that contains_eager() is included in the of_type() system, | Mike Bayer | 2014-08-07 | 1 | -2/+5 |
| * | fix typo in cascade documentationpr/127 | Michael White | 2014-08-05 | 1 | -1/+1 |
| * | Materialized paths example. | Jack Zhou | 2014-06-07 | 1 | -0/+5 |
| * | - hyperlink all the column operators listed in the ORM tutorial common filter... | Mike Bayer | 2014-05-24 | 1 | -11/+15 |
| * | - switch master to be 1.0 | Mike Bayer | 2014-05-23 | 1 | -2/+2 |
| * | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 2 | -4/+4 |
| * | doc fixes | Mike Bayer | 2014-05-01 | 1 | -0/+1 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 4 | -9/+9 |
| * | - add a note about versioning only applying to flushes | Mike Bayer | 2014-04-25 | 1 | -0/+10 |
| * | - document that joinedload/eagerload work with of_type() + with_polymoprhic() | Mike Bayer | 2014-04-23 | 1 | -3/+19 |
| * | - The "primaryjoin" model has been stretched a bit further to allow | Mike Bayer | 2014-04-19 | 1 | -0/+42 |
| * | Fixed bug in example code.pr/84 | Daniel Smith | 2014-04-10 | 1 | -1/+1 |
| * | - Added new utility function :func:`.make_transient_to_detached` which can | Mike Bayer | 2014-04-09 | 1 | -0/+2 |
| * | repair erroneous whitespace in autodoc directives, preventing members from | Mike Bayer | 2014-04-06 | 1 | -8/+0 |
| * | - add some docs for the instancestate linkage to the inspection system | Mike Bayer | 2014-04-04 | 1 | -0/+22 |
| * | - fix some doctest failures (though some remain, as it's not easy to get doctest | Mike Bayer | 2014-03-24 | 1 | -4/+4 |
| * | - reword the paragraph which talks about web framework integration for sessions: | Mike Bayer | 2014-03-20 | 1 | -10/+7 |
| * | Merge branch 'ca/dev/add_is_and_isnot_to_tutorial' of https://github.com/char... | Mike Bayer | 2014-03-17 | 1 | -0/+6 |
| |\ |
|
| | * | Add is_ and isnot filter to the tutorialpr/80 | Charles-Axel Dein | 2014-03-15 | 1 | -0/+6 |
| * | | typo | Mike Bayer | 2014-03-16 | 1 | -1/+1 |
| * | | - fairly epic rework of the cascade documentation | Mike Bayer | 2014-03-15 | 2 | -112/+309 |
| |/ |
|
| * | add a string example for self-refenretial many-to-many | Mike Bayer | 2014-03-11 | 1 | -0/+18 |
| * | Fixes argument number in docspr/79 | Noufal Ibrahim | 2014-03-11 | 1 | -1/+1 |
| * | 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 |