summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative.py
Commit message (Expand)AuthorAgeFilesLines
...
* - relationships and columns with foreign keys aren'tMike Bayer2010-03-261-2/+11
* - Using @classdecorator and similar on mixins to defineMike Bayer2010-03-261-14/+15
* - Using a mixin won't break if the mixin implements anMike Bayer2010-03-251-1/+1
* - An exception is raised when a single-table subclass specifiesMike Bayer2010-03-191-0/+5
* if anybody complains that they didn't know it was called "relation" in 0.5, w...Mike Bayer2010-03-171-2/+5
* - The official name for the relation() function is nowMike Bayer2010-03-171-21/+21
* fixes for some nasty edge cases when usng descriptors to compute special attr...Chris Withers2010-03-021-5/+16
* allow __tablename__ to come from a mixinChris Withers2010-03-011-0/+3
* - merge -r6823:6841 of branches/chrisw_mixinMike Bayer2010-02-251-158/+290
* long linesMike Bayer2010-02-231-1/+3
* - a change to the previous __mapper_args__ commit.Mike Bayer2010-02-231-2/+5
* - the __mapper_args__ dict is copied when propagating to a subclass.Mike Bayer2010-02-231-1/+1
* - DeclarativeMeta exclusively uses cls.__dict__ (not dict_)Mike Bayer2010-02-221-7/+8
* for string deferred evals, don't return the underlying Column, rely upon the ...Mike Bayer2010-01-291-5/+7
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-4/+4
* - the mechanics of "backref" have been fully merged into theMike Bayer2009-10-051-3/+4
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-3/+3
* - Table objects declared in the MetaData can now be usedMike Bayer2009-09-121-2/+4
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+1
* - Declarative will raise an informative exception ifMike Bayer2009-07-251-15/+30
* Fixed adding of deferred or othe column properties to a declarative class.Michael Trier2009-04-181-0/+6
* - Declarative will accept a table-bound column as a propertyMike Bayer2009-02-221-1/+3
* - Declarative locates the "inherits" class using a searchMike Bayer2009-02-191-4/+5
* - Declarative will properly interpret the "foreign_keys" argumentMike Bayer2009-02-171-1/+1
* - Declarative figures out joined-table inheritance primary joinMike Bayer2009-02-161-8/+8
* prefer this methodsMike Bayer2009-01-131-1/+0
* - It's an error to add new Column objects to a declarative classMike Bayer2009-01-131-2/+4
* - Column with no name (as in declarative) won't raise aMike Bayer2009-01-131-0/+1
* - Can now specify Column objects on subclasses which have noMike Bayer2009-01-121-49/+214
* - 0.5.1 bumpMike Bayer2009-01-111-0/+4
* - fixed string-based "remote_side", "order_by" andMike Bayer2008-12-111-1/+1
* fix typosMike Bayer2008-12-081-3/+3
* - removed redundant declarative docsMike Bayer2008-12-081-33/+69
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-2/+2
* - Can now use a custom "inherit_condition" inMike Bayer2008-11-121-1/+1
* Documented synonym_for and comparable_using in the main docstring for declara...Michael Trier2008-10-051-0/+24
* fix up element sorting in declarativeMike Bayer2008-09-191-2/+1
* - Fixed exception throw which would occur when string-basedMike Bayer2008-09-041-0/+6
* - fixed endless loop bug which could occurMike Bayer2008-08-041-0/+7
* some doc stuffMike Bayer2008-08-041-1/+1
* descriptive error message raised when string-based relation() expressions ina...Mike Bayer2008-08-031-1/+4
* - Refactored declarative_base() as a thin wrapper over type()Jason Kirtland2008-08-021-27/+54
* - declarative.declarative_base():Jason Kirtland2008-08-021-4/+38
* Corrected a couple of lingering transactional=True statements in the docs.Michael Trier2008-07-191-1/+1
* typoGaƫtan de Menten2008-07-111-1/+1
* - Declarative supports a __table_args__ class variable, whichMike Bayer2008-07-091-7/+25
* - added "CALL" to Mysql select keywordsMike Bayer2008-05-271-1/+1
* added string argument resolution to relation() in conjunction with declarativ...Mike Bayer2008-05-261-15/+54
* - renamed query.slice_() to query.slice()Mike Bayer2008-05-131-69/+83
* Removed declared_synonym(), pep-8 clean ups.Jason Kirtland2008-05-131-78/+82