- Added SA 1.4 support - Drop py27, py33, py34, py35 support
1.0.3
^^^^^^^^^^^^^^^^^^
- Set autoincrement as False for translation class inherited primary keys
1.0.2
^^^^^^^^^^^^^^^^^^
- Added ``translations_relationship_args`` configuration option - Added ``foreign_key_args`` parameter to ``translations_base`` function
1.0.1
^^^^^^^^^^^^^^^^^^
- Made current_locale expression a GenericFunction
1.0
^^^^^^^^^^^^^^^^
- Made current_translation work with same schematics as class variable and object variable. - Added get_fallback_locale utility function - Added fallback_translation hybrid property