| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - [feature] The registry of classes | Mike Bayer | 2012-07-14 | 1 | -2/+2 |
| * | - move load_scalar_attributes out to loading.py | Mike Bayer | 2012-07-14 | 1 | -18/+19 |
| * | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -0/+396 |
| * | remove ambiguous language | Mike Bayer | 2012-06-18 | 1 | -2/+7 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 3 | -19/+27 |
| * | - [bug] Fixed bug in declarative | Mike Bayer | 2012-05-24 | 1 | -6/+3 |
| * | looks like I finally stepped on someone elses dunders...will have to figure out | Mike Bayer | 2012-05-20 | 1 | -3/+3 |
| * | - reorganize the usage of __mapper_args__ so that it's only | Mike Bayer | 2012-05-18 | 1 | -106/+142 |
| * | - [feature] The "deferred declarative | Mike Bayer | 2012-05-17 | 1 | -8/+11 |
| * | - add DeferredReflection to declarative itself | Mike Bayer | 2012-05-17 | 1 | -24/+113 |
| * | clean this up some more. __mapper__ isn't even set up. | Mike Bayer | 2012-05-15 | 1 | -14/+11 |
| * | implement support for __prepare__ declarative method. this signals that | Mike Bayer | 2012-05-15 | 1 | -10/+51 |
| * | fix import here | Mike Bayer | 2012-04-24 | 1 | -4/+4 |
| * | - remove sqlsoup [ticket:2262] | Mike Bayer | 2012-04-24 | 1 | -813/+0 |
| * | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -1/+5 |
| |\ |
|
| | * | - move create_lazy_clause() to relationships | Mike Bayer | 2012-04-01 | 1 | -1/+5 |
| * | | - [bug] Fixed bug which would prevent | Mike Bayer | 2012-04-01 | 1 | -0/+14 |
| * | | typos in lib/sqlalchemy/ext | Diana Clarke | 2012-03-17 | 4 | -5/+5 |
| * | | fix up docs a bit here, not sure if some enhancements had already | Mike Bayer | 2012-03-13 | 1 | -30/+35 |
| * | | - add __table_cls__ option to declarative, not publicized yet, is for the moment | Mike Bayer | 2012-03-12 | 1 | -1/+7 |
| * | | - add OrderingList class and other functions to sphinx documentation | Mike Bayer | 2012-02-12 | 1 | -4/+3 |
| |/ |
|
| * | declarative reflection example | Mike Bayer | 2012-01-28 | 1 | -1/+34 |
| * | - [bug] implemented standard "can't set attribute" / | Mike Bayer | 2012-01-27 | 1 | -0/+4 |
| * | add examples for multi metadata under __abstract__, custom vertical partitioning | Mike Bayer | 2012-01-11 | 1 | -0/+21 |
| * | sqlsoup is released separately | Mike Bayer | 2012-01-08 | 1 | -2/+9 |
| * | fix small update doc issue [ticket:2158] | Mike Bayer | 2012-01-08 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2012-01-04 | 10 | -10/+10 |
| * | document that strings are accepted with declarative/secondary | Mike Bayer | 2011-12-29 | 1 | -0/+9 |
| * | - [feature] Added "class_registry" argument to | Mike Bayer | 2011-12-28 | 1 | -1/+12 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 4 | -10/+24 |
| * | - [bug] the @compiles decorator raises an | Mike Bayer | 2011-12-06 | 1 | -1/+7 |
| * | refine this a bit | Mike Bayer | 2011-12-05 | 1 | -4/+18 |
| * | - [feature] Added an example to the hybrid docs | Mike Bayer | 2011-12-05 | 1 | -0/+134 |
| * | - [bug] __table_args__ can now be passed as | Mike Bayer | 2011-12-04 | 1 | -9/+9 |
| * | - [bug] Fixed bug whereby a subclass of a subclass | Mike Bayer | 2011-10-28 | 1 | -11/+18 |
| * | plus a period. seriously. should i just watch TV today instead of screwing... | Mike Bayer | 2011-10-17 | 1 | -1/+1 |
| * | and i screwed it up | Mike Bayer | 2011-10-17 | 1 | -1/+6 |
| * | updated conventions on mixins | Mike Bayer | 2011-10-17 | 1 | -17/+26 |
| * | link to declarative concrete helper docrel_0_7_3 | Mike Bayer | 2011-10-16 | 1 | -0/+2 |
| * | fix typos [ticket:2294] [ticket:2300]. these are both due to reworkings of 0... | Mike Bayer | 2011-10-15 | 1 | -3/+0 |
| * | - SQLSoup will not be included in version 0.8 | Mike Bayer | 2011-09-26 | 1 | -0/+5 |
| * | warn when a subclass' base uses @declared_attr for a regular column - | Mike Bayer | 2011-09-26 | 1 | -0/+6 |
| * | - Changed the update() method on association proxy | Mike Bayer | 2011-09-14 | 1 | -4/+13 |
| * | fix sentence | Mike Bayer | 2011-09-10 | 1 | -1/+1 |
| * | - New event hook, MapperEvents.after_configured(). | Mike Bayer | 2011-09-10 | 1 | -6/+205 |
| * | document autocommit when using the compiler extension, update the "understand... | Mike Bayer | 2011-08-18 | 1 | -0/+49 |
| * | declarify the mapper config docs | Mike Bayer | 2011-08-07 | 1 | -50/+2 |
| * | - rework tutorial to be all declarative, all the time | Mike Bayer | 2011-08-06 | 1 | -11/+54 |
| * | - second pass through association proxy docs, some more links on any()/has(),... | Mike Bayer | 2011-08-06 | 1 | -22/+41 |
| * | - rewrite the docs for association proxy using declarative, add new examples,... | Mike Bayer | 2011-08-05 | 1 | -19/+76 |