CHANGES.rst
LICENSE
MANIFEST.in
README.rst
setup.py
SQLAlchemy_i18n.egg-info/PKG-INFO
SQLAlchemy_i18n.egg-info/SOURCES.txt
SQLAlchemy_i18n.egg-info/dependency_links.txt
SQLAlchemy_i18n.egg-info/not-zip-safe
SQLAlchemy_i18n.egg-info/requires.txt
SQLAlchemy_i18n.egg-info/top_level.txt
docs/Makefile
docs/basic.rst
docs/conf.py
docs/config.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/queries.rst
docs/quickstart.rst
sqlalchemy_i18n/__init__.py
sqlalchemy_i18n/builders.py
sqlalchemy_i18n/comparators.py
sqlalchemy_i18n/exc.py
sqlalchemy_i18n/expressions.py
sqlalchemy_i18n/manager.py
sqlalchemy_i18n/translatable.py
sqlalchemy_i18n/utils.py
tests/__init__.py
tests/test_common_base_class.py
tests/test_comparator.py
tests/test_composite_primary_key.py
tests/test_configuration.py
tests/test_current_translation_property.py
tests/test_current_translation_property_with_locale.py
tests/test_custom_base_class.py
tests/test_expressions.py
tests/test_fallback_locale_as_callable.py
tests/test_fallback_locale_without_class_default.py
tests/test_fallback_translation.py
tests/test_find_translations.py
tests/test_hybrid_property_as_dynamic_source_locale.py
tests/test_hybrid_property_exclusion.py
tests/test_join_expressions.py
tests/test_joined_loading.py
tests/test_joined_table_inheritance.py
tests/test_property_collision.py
tests/test_relationships.py
tests/test_translatable.py
tests/test_translation_auto_creation.py
tests/test_translation_auto_creation_with_non_nullables.py
tests/test_translation_mapping.py