summaryrefslogtreecommitdiff
path: root/test/ext/test_declarative.py
Commit message (Expand)AuthorAgeFilesLines
...
* - if @classproperty is used with a regular class-boundMike Bayer2010-08-021-0/+34
* tidy test/base, test/ex, test/extMike Bayer2010-07-111-1081/+1247
* transfer docstrings from @classproperty to propsMike Bayer2010-07-041-0/+35
* - Added support for @classproperty to provideMike Bayer2010-07-031-32/+201
* keep ordering of columns with mixins constantChris Withers2010-07-021-5/+22
* - a mixin class can now define a column that matchesMike Bayer2010-06-191-0/+57
* - Column.copy() takes along the "unique" attributeMike Bayer2010-06-151-0/+11
* docs for new mixin class control abilitiesChris Withers2010-04-131-1/+2
* add another edge case exampleChris Withers2010-04-131-2/+26
* helper method for spotting inherited tablesChris Withers2010-04-131-4/+3
* correct orderingChris Withers2010-04-131-1/+1
* beef up test cases to reveal that I'm not as close as I'd thought :-(Chris Withers2010-04-131-44/+81
* correct this test caseChris Withers2010-04-121-3/+0
* improve test case correctnessChris Withers2010-04-091-5/+11
* learn to spellChris Withers2010-04-091-4/+4
* more testcases for propogation with mixins in declarativeChris Withers2010-04-091-0/+81
* ugh, didn't mean to commit that :-SChris Withers2010-04-071-21/+0
* Add instructions to install nose adn NB that it won't happen by magicChris Withers2010-04-071-0/+21
* test another version of the mixin hereMike Bayer2010-04-061-0/+26
* - Further reworked the "mixin" logic in declarative toMike Bayer2010-04-061-0/+22
* remove erronrous link to "addresses"Mike Bayer2010-04-021-5/+0
* - Declarative will raise an informative error messageMike Bayer2010-04-021-0/+17
* - relationships and columns with foreign keys aren'tMike Bayer2010-03-261-0/+18
* - Using @classdecorator and similar on mixins to defineMike Bayer2010-03-261-0/+12
* - Using a mixin won't break if the mixin implements anMike Bayer2010-03-251-2/+33
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-2/+2
* - An exception is raised when a single-table subclass specifiesMike Bayer2010-03-191-7/+45
* - The official name for the relation() function is nowMike Bayer2010-03-171-39/+39
* add autoincrement flags to declsMike Bayer2010-03-111-5/+5
* fixes for some nasty edge cases when usng descriptors to compute special attr...Chris Withers2010-03-021-0/+30
* allow __tablename__ to come from a mixinChris Withers2010-03-011-0/+43
* paranoid test that single table inheritance works with single table inheritanceChris Withers2010-03-011-0/+17
* Corrected problem with index too large on mysql.Michael Trier2010-02-261-4/+4
* - merge -r6823:6841 of branches/chrisw_mixinMike Bayer2010-02-251-2/+173
* - a change to the previous __mapper_args__ commit.Mike Bayer2010-02-231-2/+4
* - the __mapper_args__ dict is copied when propagating to a subclass.Mike Bayer2010-02-231-0/+13
* - DeclarativeMeta exclusively uses cls.__dict__ (not dict_)Mike Bayer2010-02-221-1/+2
* for string deferred evals, don't return the underlying Column, rely upon the ...Mike Bayer2010-01-291-0/+19
* added a test to ensure the concrete example in the docs worksMike Bayer2010-01-251-0/+47
* - A column can be added to a joined-table declarativeMike Bayer2009-10-151-0/+60
* - unit test fixesMike Bayer2009-10-101-2/+2
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-9/+9
* - Table objects declared in the MetaData can now be usedMike Bayer2009-09-121-0/+24
* - A column can be added to a joined-table subclass afterMike Bayer2009-09-011-0/+27
* - added **kw to ClauseElement.compare(), so that we can smarten up the "use_g...Mike Bayer2009-08-081-0/+31
* merge 0.6 series to trunk.Mike Bayer2009-08-061-114/+126
* - Declarative will raise an informative exception ifMike Bayer2009-07-251-0/+9
* Session.mapper is now *deprecated*.Mike Bayer2009-07-031-0/+1
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+1545