summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy-i18n
AgeCommit message (Collapse)AuthorFilesLines
2014-12-31Improve EGG_NAME default to work for packages with '-' in their name.wiz1-3/+1
Remove now unnecessary overrides in various packages.
2014-12-06Import py27-SQLAlchemy-i18n-1.0.1 as databases/py-sqlalchemy-i18n.rodent5-0/+83
Internationalization extension for SQLAlchemy models. Features: * Stores translations in separate tables. * Reflects translation table structures based on parent model table structure. * Supports forcing of given locale. * Good performance (uses proxy dicts and other advanced SQLAlchemy concepts for performance optimization).