diff options
author | rodent <rodent> | 2014-12-06 03:26:17 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-12-06 03:26:17 +0000 |
commit | 9b54cb646181231462258ed5a61f1efc7e4087ed (patch) | |
tree | 297dd0e7de6a41b315521bb20f552736158cd567 /databases/py-sqlalchemy-i18n/DESCR | |
parent | 5cac231a593dbc877f08e6c3e19ba39686b1a64c (diff) | |
download | pkgsrc-9b54cb646181231462258ed5a61f1efc7e4087ed.tar.gz |
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).
Diffstat (limited to 'databases/py-sqlalchemy-i18n/DESCR')
-rw-r--r-- | databases/py-sqlalchemy-i18n/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/py-sqlalchemy-i18n/DESCR b/databases/py-sqlalchemy-i18n/DESCR new file mode 100644 index 00000000000..0405e7306de --- /dev/null +++ b/databases/py-sqlalchemy-i18n/DESCR @@ -0,0 +1,7 @@ +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). |