| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | | - add __table_cls__ option to declarative, not publicized yet, is for the moment | Mike Bayer | 2012-03-12 | 1 | -1/+7 |
| |/ |
|
| * | declarative reflection example | Mike Bayer | 2012-01-28 | 1 | -1/+34 |
| * | add examples for multi metadata under __abstract__, custom vertical partitioning | Mike Bayer | 2012-01-11 | 1 | -0/+21 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | 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 | 1 | -3/+5 |
| * | - [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 |
| * | warn when a subclass' base uses @declared_attr for a regular column - | Mike Bayer | 2011-09-26 | 1 | -0/+6 |
| * | fix sentence | Mike Bayer | 2011-09-10 | 1 | -1/+1 |
| * | - New event hook, MapperEvents.after_configured(). | Mike Bayer | 2011-09-10 | 1 | -6/+205 |
| * | 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 |
| * | - Added an informative error message when | Mike Bayer | 2011-07-21 | 1 | -2/+0 |
| * | - add doc to schema docs linking to declarative usage of __table__ | Mike Bayer | 2011-07-01 | 1 | -0/+35 |
| * | - remove NamingConventions as an example here since it doesn't apply | Mike Bayer | 2011-06-14 | 1 | -4/+8 |
| * | - Fixed declarative bug where a class inheriting | Mike Bayer | 2011-06-14 | 1 | -2/+1 |
| * | - mapper() will ignore non-configured foreign keys | Mike Bayer | 2011-05-07 | 1 | -8/+0 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -7/+7 |
| * | - Arguments in __mapper_args__ that aren't "hashable" | Mike Bayer | 2011-03-14 | 1 | -4/+6 |
| * | - Fix error message referencing old @classproperty | Mike Bayer | 2011-02-19 | 1 | -2/+2 |
| * | - the dictionary at the end of the __table_args__ | Mike Bayer | 2011-02-17 | 1 | -14/+16 |
| * | - Fixed regression whereby composite() with | Mike Bayer | 2011-02-14 | 1 | -4/+6 |
| * | - Added an explicit check for the case that the name | Mike Bayer | 2011-02-12 | 1 | -14/+20 |
| * | - tests for hybrid | Mike Bayer | 2011-01-17 | 1 | -61/+0 |
| * | - The Index() construct can be created inline with a Table | Mike Bayer | 2011-01-04 | 1 | -1/+20 |
| * | - sorry, I really don't want metaclass recipes in the main documentation. D... | Mike Bayer | 2011-01-04 | 1 | -74/+0 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -73/+73 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| * | - restore declarative support for "composite" | Mike Bayer | 2010-12-23 | 1 | -2/+2 |
| * | - merge metadata/schema/declarative branch, [ticket:1893] | Mike Bayer | 2010-11-20 | 1 | -3/+14 |
| |\ |
|
| | * | merge tip | Mike Bayer | 2010-11-18 | 1 | -0/+4 |
| | |\ |
|
| | * | | [ticket:1893] implementation | Mike Bayer | 2010-11-15 | 1 | -3/+14 |
| * | | | merge tip | Mike Bayer | 2010-11-18 | 1 | -0/+4 |
| |\ \ \
| | |/
| |/| |
|
| | * | | - An error is raised if __table_args__ is not in tuple | Mike Bayer | 2010-11-17 | 1 | -0/+4 |
| | |/ |
|
| * | | merge tip | Mike Bayer | 2010-11-14 | 1 | -82/+244 |
| |\ \
| |/ |
|
| | * | - A mixin can now specify a column that overrides | Mike Bayer | 2010-10-21 | 1 | -1/+1 |
| | * | edit | Mike Bayer | 2010-10-17 | 1 | -2/+3 |
| | * | warn when two classes with the same name end up in the declarative registry | Chris Withers | 2010-10-06 | 1 | -0/+7 |
| | * | document creating indexes for columns in mixins | Chris Withers | 2010-10-04 | 1 | -0/+75 |
| | * | - add additional logic that duplicates mapper's prop.copy(); prop.columns.app... | Mike Bayer | 2010-10-01 | 1 | -5/+20 |
| | * | - Fixed bug whereby columns on a mixin wouldn't propagate | Mike Bayer | 2010-09-28 | 1 | -3/+6 |