summaryrefslogtreecommitdiff
path: root/examples/versioning/_lib.py
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug which prevented history_meta recipe from working withMike Bayer2013-11-071-96/+0
| | | | | | joined inheritance schemes more than one level deep. - don't need to use _lib.py here anymore now that these features are in sqlalchemy.testing
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
| | | | - went through examples/ and cleaned out excess list() calls
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
|
* - Repaired the examples/versioning test runnerMike Bayer2011-06-161-0/+96
to not rely upon SQLAlchemy test libs, nosetests must be run from within examples/versioning to get around setup.cfg breaking it. - Tweak to examples/versioning to pick the correct foreign key in a multi-level inheritance situation.