| Commit message (Expand) | Author | Age | Files | Lines |
| * | - the pronoun removal commit. there was only one instance of a | Mike Bayer | 2013-11-30 | 2 | -13/+16 |
| * | - repair "map to selectable" example, place a caveat that this isn't | Mike Bayer | 2013-02-24 | 1 | -2/+18 |
| * | docs - missing 'attr' in AssociationProxy join see #2636 | Diana Clarke | 2012-12-16 | 1 | -1/+1 |
| * | The :class:`.MutableComposite` type did not allow for the | Mike Bayer | 2012-12-03 | 1 | -1/+1 |
| * | add glossary, "release" term | Mike Bayer | 2012-09-30 | 1 | -4/+3 |
| * | session modernize | Mike Bayer | 2012-09-30 | 1 | -39/+39 |
| * | merge some version of the changes noted in [ticket:2426] | Mike Bayer | 2012-09-25 | 1 | -187/+386 |
| * | - improve docs for MySQL/SQLite foreign key/ON UPDATE|DELETE instructions, | Mike Bayer | 2012-09-23 | 1 | -2/+13 |
| * | add connection.close() | Mike Bayer | 2012-09-11 | 1 | -0/+3 |
| * | hybrids: illustrate correlated subquery | Mike Bayer | 2012-08-27 | 1 | -0/+2 |
| * | whitespace removal | Mike Bayer | 2012-08-10 | 9 | -587/+587 |
| * | merge session edits from default | Mike Bayer | 2012-08-08 | 1 | -35/+53 |
| * | - modernize some merge docs a bit | Mike Bayer | 2012-08-07 | 1 | -20/+24 |
| * | - [bug] A warning is emitted when lazy='dynamic' | Mike Bayer | 2012-08-05 | 1 | -0/+6 |
| * | except the example was wrong. | Mike Bayer | 2012-07-02 | 1 | -3/+1 |
| * | - add a nice example about begin_nested as context manager. | Mike Bayer | 2012-07-02 | 1 | -84/+101 |
| * | add a section on many-to-many deletes | Mike Bayer | 2012-06-25 | 1 | -0/+49 |
| * | some doc fixes | Mike Bayer | 2012-06-16 | 2 | -35/+35 |
| * | Add some `Sphinx` related version informations paragraph-level markups, | Mike Bayer | 2012-06-08 | 7 | -18/+38 |
| * | - [bug] Fixed bug whereby MappedCollection | Mike Bayer | 2012-02-13 | 1 | -1/+17 |
| * | - add OrderingList class and other functions to sphinx documentation | Mike Bayer | 2012-02-12 | 1 | -0/+9 |
| * | document identity_map | Mike Bayer | 2012-02-11 | 1 | -0/+7 |
| * | declarative reflection example | Mike Bayer | 2012-01-28 | 1 | -0/+8 |
| * | - [feature] Added new capability to relationship | Mike Bayer | 2012-01-22 | 1 | -0/+40 |
| * | modernize/update cascade documentation, [ticket:2302] | Mike Bayer | 2012-01-22 | 1 | -50/+130 |
| * | add examples for multi metadata under __abstract__, custom vertical partitioning | Mike Bayer | 2012-01-11 | 1 | -2/+59 |
| * | - rework "sql expressions as mapped attributes" to also stress hybrids as the... | Mike Bayer | 2012-01-03 | 1 | -36/+103 |
| * | document that strings are accepted with declarative/secondary | Mike Bayer | 2011-12-29 | 1 | -0/+10 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 5 | -15/+25 |
| * | should refer to Mapper class here | Mike Bayer | 2011-12-09 | 1 | -2/+2 |
| * | - [feature] polymorphic_on now accepts many | Mike Bayer | 2011-12-09 | 3 | -0/+7 |
| * | - doc updates per [ticket:2251] | Mike Bayer | 2011-12-06 | 1 | -76/+192 |
| * | add missing "data" column from association example, [ticket:2259] | Mike Bayer | 2011-12-06 | 1 | -5/+10 |
| * | update delete-orphan cascade docs per [ticket:2332] | Mike Bayer | 2011-12-06 | 1 | -5/+8 |
| * | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 2 | -84/+91 |
| * | - update docs to declarative [ticket:2323] | Mike Bayer | 2011-12-04 | 1 | -40/+59 |
| * | continue removing misleading/old sections, fix things that are just wrong | Mike Bayer | 2011-11-26 | 1 | -104/+102 |
| * | more fixes, more coming | Mike Bayer | 2011-11-26 | 1 | -131/+97 |
| * | - shorten classical mapping, remove some not very clear things | Mike Bayer | 2011-11-26 | 1 | -86/+50 |
| * | doc styling rework | Mike Bayer | 2011-11-25 | 2 | -3/+5 |
| * | - doc updates in loading | Mike Bayer | 2011-11-24 | 1 | -22/+8 |
| * | link to declarative concrete helper docrel_0_7_3 | Mike Bayer | 2011-10-16 | 1 | -3/+5 |
| * | fix typos [ticket:2294] [ticket:2300]. these are both due to reworkings of 0... | Mike Bayer | 2011-10-15 | 1 | -1/+1 |
| * | document CircularDependencyError. [ticket:2285] | Mike Bayer | 2011-09-23 | 1 | -0/+1 |
| * | - New event hook, MapperEvents.after_configured(). | Mike Bayer | 2011-09-10 | 1 | -0/+5 |
| * | - basic relational patterns -> all declarative. classical mapper folks can | Mike Bayer | 2011-08-07 | 2 | -300/+225 |
| * | long line formatting | Mike Bayer | 2011-08-07 | 2 | -73/+201 |
| * | more green sections. fun ! | Mike Bayer | 2011-08-07 | 2 | -37/+194 |
| * | update address_count property | Mike Bayer | 2011-08-07 | 1 | -2/+2 |
| * | fix composite example | Mike Bayer | 2011-08-07 | 1 | -8/+25 |