Path to this page:
Subject: CVS commit: pkgsrc/databases/py-sqlalchemy-i18n
From: Blue Rats
Date: 2014-12-06 04:26:17
Message id: 20141206032617.BBFA398@cvs.netbsd.org
Log Message:
Import py27-SQLAlchemy-i18n-1.0.1 as databases/py-sqlalchemy-i18n.
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).
Files: