summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative.py
Commit message (Expand)AuthorAgeFilesLines
* - reorganization of declarative such that file sizes are managable again.Mike Bayer2012-08-051-1940/+0
* pep8 stuffMike Bayer2012-08-051-11/+9
* - move ext to relative importsMike Bayer2012-07-171-9/+9
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-101/+101
* - [feature] The registry of classesMike Bayer2012-07-141-2/+2
* remove ambiguous languageMike Bayer2012-06-181-2/+7
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-10/+17
* - [bug] Fixed bug in declarativeMike Bayer2012-05-241-6/+3
* looks like I finally stepped on someone elses dunders...will have to figure outMike Bayer2012-05-201-3/+3
* - reorganize the usage of __mapper_args__ so that it's onlyMike Bayer2012-05-181-106/+142
* - [feature] The "deferred declarativeMike Bayer2012-05-171-8/+11
* - add DeferredReflection to declarative itselfMike Bayer2012-05-171-24/+113
* clean this up some more. __mapper__ isn't even set up.Mike Bayer2012-05-151-14/+11
* implement support for __prepare__ declarative method. this signals thatMike Bayer2012-05-151-10/+51
* - 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