summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative.py
Commit message (Expand)AuthorAgeFilesLines
* added nicer error message to dependent class not foundMike Bayer2008-03-221-2/+5
* - inheritance in declarative can be disabled when sendingMike Bayer2008-03-221-4/+6
* typoGaƫtan de Menten2008-03-191-1/+1
* - added support for declarative deferred(Column(...))Mike Bayer2008-03-181-9/+14
* - reST fixesJason Kirtland2008-03-181-2/+2
* - Start coverage for Class.prop = Column(), promote nameless ColumnsJason Kirtland2008-03-181-74/+92
* - Declarative will complete setup for Columns lacking names, allowsJason Kirtland2008-03-181-4/+12
* - Declarative gains @synonym_for and @comparable_using decoratorsJason Kirtland2008-03-171-3/+47
* Issue a warning when a declarative detects a likely trailing comma: foo = Col...Jason Kirtland2008-03-151-0/+6
* - the "synonym" function is now directly usable withMike Bayer2008-03-151-28/+12
* eh, that __autoload_with__ idea was half baked.Jason Kirtland2008-03-101-3/+1
* - Added __autoload__ = True for declarativeJason Kirtland2008-03-101-1/+11
* removed the "__main__" code from belowMike Bayer2008-03-101-82/+0
* - a new super-small "declarative" extension has been added,Mike Bayer2008-03-101-0/+321