Started switching to create_translation_table.
authorEevee <git@veekun.com>
Tue, 22 Mar 2011 05:32:52 +0000 (22:32 -0700)
committerEevee <git@veekun.com>
Tue, 22 Mar 2011 05:32:52 +0000 (22:32 -0700)
commitec65b5ae366174912cedf0e263d425378220d70b
tree0bb5684e750b8e6d1865d59ca460b1f5d5cf5cc3
parent0069207e4e6fc2c68d0f9c2eb8ad9fc818349b38
Started switching to create_translation_table.

- Moved the function to its own file.
- Implemented the session-based default language switching.
- Migrated a couple tables.
pokedex/db/__init__.py
pokedex/db/multilang.py [new file with mode: 0644]
pokedex/db/tables.py
pokedex/tests/test_schema.py