| Commit message (Expand) | Author | Age | Files | Lines |
| * | - missing indexable.rst | Mike Bayer | 2016-06-18 | 1 | -0/+13 |
| * | Add `sqlalchemy.ext.index` for indexed attributes for ORM | Jeong YunWon | 2016-06-15 | 1 | -0/+1 |
| * | Convert readthedocs link for their .org -> .io migration for hosted projectspr/278 | Adam Chainz | 2016-05-29 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/pr/269' | Mike Bayer | 2016-05-04 | 1 | -14/+14 |
| |\ |
|
| | * | Corrects typo: plural of vertex is vertices.pr/269 | Jeffrey Finkelstein | 2016-05-03 | 1 | -14/+14 |
| * | | Adds parentheses around print statements in docs.pr/268 | Jeffrey Finkelstein | 2016-05-03 | 11 | -18/+18 |
| |/ |
|
| * | Add raise/raiseload relationship loading strategy | Adrian Moennich | 2016-04-19 | 2 | -5/+33 |
| * | redundant "using the by changing" -> "using the"pr/253 | NestorTejero | 2016-03-30 | 1 | -1/+1 |
| * | Fix typopr/249 | Benjamin Dopplinger | 2016-03-16 | 1 | -1/+1 |
| * | Update cascades.rstpr/246 | falkerson | 2016-03-09 | 1 | -1/+1 |
| * | - add changelog, migration, version flags and some extra notes | Mike Bayer | 2016-02-16 | 1 | -0/+7 |
| * | Fix typo in relationship persistance docs | Josh Friend | 2016-02-03 | 1 | -1/+1 |
| * | - restate the "secondary" / AssociationProxy warning more strongly. | Mike Bayer | 2016-01-23 | 1 | -10/+52 |
| * | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 2 | -1/+12 |
| * | - cross link for concrete helper classes | Mike Bayer | 2016-01-20 | 2 | -71/+20 |
| * | - typo | Mike Bayer | 2016-01-20 | 1 | -1/+1 |
| * | - redo the docs for concrete inheritance to more strongly | Mike Bayer | 2016-01-20 | 2 | -50/+241 |
| * | - clarify the "Adding" section also illustrates updates, fixes #2942 | Mike Bayer | 2016-01-20 | 1 | -3/+6 |
| * | Merge remote-tracking branch 'origin/pr/227' | Mike Bayer | 2016-01-16 | 1 | -2/+2 |
| |\ |
|
| | * | Fix typo in relationships docspr/227 | rmn | 2016-01-16 | 1 | -2/+2 |
| * | | - fix People -> Person , fixes #3628 | Mike Bayer | 2016-01-16 | 1 | -1/+1 |
| |/ |
|
| * | - illustrate these using the newer exception doctest format. | Mike Bayer | 2016-01-14 | 1 | -26/+8 |
| * | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 1 | -15/+30 |
| * | - fix link to types in metadata, fixes #3618 | Mike Bayer | 2016-01-10 | 1 | -1/+1 |
| * | Fix typo in session docspr/226 | Adrian Moennich | 2016-01-09 | 1 | -1/+1 |
| * | - convert ORM tutorial and basic_relationships to favor | Mike Bayer | 2015-12-10 | 2 | -38/+123 |
| * | - The ORM and Core tutorials, which have always been in doctest format, | Mike Bayer | 2015-12-10 | 1 | -110/+99 |
| * | Merge remote-tracking branch 'origin/pr/214' | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typo: wtihin --> withinpr/214 | Jeff Widman | 2015-11-16 | 1 | -1/+1 |
| * | | - add documentation that describes, then proceeds to warn about | Mike Bayer | 2015-11-19 | 1 | -0/+44 |
| * | | - rewrite the docs and add a test for the bake_queries=True | Mike Bayer | 2015-11-19 | 1 | -0/+8 |
| |/ |
|
| * | - fix ambiguous documentation re: after_flush_postexec(), the | Mike Bayer | 2015-11-09 | 1 | -1/+4 |
| * | - Added the :paramref:`.AssociationProxy.info` parameter to the | Mike Bayer | 2015-10-09 | 1 | -0/+1 |
| * | - add an additional note regarding select_from, fixes #3546 | Mike Bayer | 2015-10-02 | 1 | -0/+10 |
| * | - remove ambiguous use of the phrase "joined together by AND" as this | Mike Bayer | 2015-10-01 | 1 | -0/+6 |
| * | Add Query.one_or_none()pr/201 | Eric Siegerman | 2015-09-24 | 1 | -1/+6 |
| * | - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none` | Mike Bayer | 2015-09-19 | 1 | -0/+106 |
| * | - fix incorrect example in inheritance docs | Mike Bayer | 2015-09-15 | 1 | -3/+3 |
| * | Merged in bsmithgall/sqlalchemy/event-doc-link-fix (pull request #60) | Mike Bayer | 2015-09-08 | 1 | -1/+1 |
| |\ |
|
| | * | fix typo in session events docs | bsmithgall | 2015-09-07 | 1 | -1/+1 |
| * | | Merge pull request #197 from davidjb/master | mike bayer | 2015-09-08 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | Minor grammar fix for capitalisation in session docspr/197 | David\ Beitey | 2015-08-28 | 1 | -1/+1 |
| * | | - update moved link, fixes #3351 | Mike Bayer | 2015-09-03 | 1 | -1/+1 |
| * | | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 2 | -49/+305 |
| * | | - add new documentation that applies to all modern SQLA versions,ticket_2677_pre | Mike Bayer | 2015-09-02 | 6 | -13/+256 |
| * | | - use consistent and descriptive language in all cases | Mike Bayer | 2015-08-27 | 1 | -6/+26 |
| |/ |
|
| * | - reword and update documentation on passive_updates=False; as virtually | Mike Bayer | 2015-08-27 | 1 | -35/+87 |
| * | - work to bridge between core/ORM tutorials regarding the text() construct | Mike Bayer | 2015-07-26 | 1 | -5/+3 |
| * | - remove "completely raw", whatever that is | Mike Bayer | 2015-07-26 | 1 | -21/+16 |
| * | - typo | Mike Bayer | 2015-07-26 | 1 | -1/+1 |