Skip to content
Chris Salzberg edited this page Mar 29, 2017 · 16 revisions

The Table backend stores translation in a model-specific table. For a model Post with a table posts, the translation table would be post_translations.

A detailed description of this backend is provided as "Strategy #2" in this blog post.