summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative.py
Commit message (Expand)AuthorAgeFilesLines
* - merged #1401 branch from bitbucketMike Bayer2012-04-221-1/+5
|\
| * - move create_lazy_clause() to relationshipsMike Bayer2012-04-011-1/+5
* | - add __table_cls__ option to declarative, not publicized yet, is for the momentMike Bayer2012-03-121-1/+7
|/
* declarative reflection exampleMike Bayer2012-01-281-1/+34
* add examples for multi metadata under __abstract__, custom vertical partitioningMike Bayer2012-01-111-0/+21
* happy new yearMike Bayer2012-01-041-1/+1
* document that strings are accepted with declarative/secondaryMike Bayer2011-12-291-0/+9
* - [feature] Added "class_registry" argument toMike Bayer2011-12-281-1/+12
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-3/+5
* - [bug] __table_args__ can now be passed asMike Bayer2011-12-041-9/+9
* - [bug] Fixed bug whereby a subclass of a subclassMike Bayer2011-10-281-11/+18
* plus a period. seriously. should i just watch TV today instead of screwing...Mike Bayer2011-10-171-1/+1
* and i screwed it upMike Bayer2011-10-171-1/+6
* updated conventions on mixinsMike Bayer2011-10-171-17/+26
* link to declarative concrete helper docrel_0_7_3Mike Bayer2011-10-161-0/+2
* fix typos [ticket:2294] [ticket:2300]. these are both due to reworkings of 0...Mike Bayer2011-10-151-3/+0
* warn when a subclass' base uses @declared_attr for a regular column -Mike Bayer2011-09-261-0/+6
* fix sentenceMike Bayer2011-09-101-1/+1
* - New event hook, MapperEvents.after_configured().Mike Bayer2011-09-101-6/+205
* declarify the mapper config docsMike Bayer2011-08-071-50/+2
* - rework tutorial to be all declarative, all the timeMike Bayer2011-08-061-11/+54
* - Added an informative error message whenMike Bayer2011-07-211-2/+0
* - add doc to schema docs linking to declarative usage of __table__Mike Bayer2011-07-011-0/+35
* - remove NamingConventions as an example here since it doesn't applyMike Bayer2011-06-141-4/+8
* - Fixed declarative bug where a class inheritingMike Bayer2011-06-141-2/+1
* - mapper() will ignore non-configured foreign keysMike Bayer2011-05-071-8/+0
* - some doc reorgMike Bayer2011-03-171-7/+7
* - Arguments in __mapper_args__ that aren't "hashable"Mike Bayer2011-03-141-4/+6
* - Fix error message referencing old @classpropertyMike Bayer2011-02-191-2/+2
* - the dictionary at the end of the __table_args__Mike Bayer2011-02-171-14/+16
* - Fixed regression whereby composite() withMike Bayer2011-02-141-4/+6
* - Added an explicit check for the case that the nameMike Bayer2011-02-121-14/+20
* - tests for hybridMike Bayer2011-01-171-61/+0
* - The Index() construct can be created inline with a TableMike Bayer2011-01-041-1/+20
* - sorry, I really don't want metaclass recipes in the main documentation. D...Mike Bayer2011-01-041-74/+0
* - whitespace removal bonanzaMike Bayer2011-01-021-73/+73
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - restore declarative support for "composite"Mike Bayer2010-12-231-2/+2
* - merge metadata/schema/declarative branch, [ticket:1893]Mike Bayer2010-11-201-3/+14
|\
| * merge tipMike Bayer2010-11-181-0/+4
| |\
| * | [ticket:1893] implementationMike Bayer2010-11-151-3/+14
* | | merge tipMike Bayer2010-11-181-0/+4
|\ \ \ | | |/ | |/|
| * | - An error is raised if __table_args__ is not in tupleMike Bayer2010-11-171-0/+4
| |/
* | merge tipMike Bayer2010-11-141-82/+244
|\ \ | |/
| * - A mixin can now specify a column that overridesMike Bayer2010-10-211-1/+1
| * editMike Bayer2010-10-171-2/+3
| * warn when two classes with the same name end up in the declarative registryChris Withers2010-10-061-0/+7
| * document creating indexes for columns in mixinsChris Withers2010-10-041-0/+75
| * - add additional logic that duplicates mapper's prop.copy(); prop.columns.app...Mike Bayer2010-10-011-5/+20
| * - Fixed bug whereby columns on a mixin wouldn't propagateMike Bayer2010-09-281-3/+6