projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
899f00e
)
Typo: multilang docstring was wrong
author
Petr Viktorin
<encukou@gmail.com>
Thu, 14 Apr 2011 11:25:42 +0000
(14:25 +0300)
committer
Petr Viktorin
<encukou@gmail.com>
Thu, 14 Apr 2011 11:25:42 +0000
(14:25 +0300)
pokedex/db/multilang.py
patch
|
blob
|
history
diff --git
a/pokedex/db/multilang.py
b/pokedex/db/multilang.py
index
44e532c
..
f66ee20
100644
(file)
--- a/
pokedex/db/multilang.py
+++ b/
pokedex/db/multilang.py
@@
-48,7
+48,7
@@
def create_translation_table(_table_name, foreign_class, relation_name,
are rows in the created tables.
- `(relation_name)_local`, a relation to the row in the new table that
matches the current default language.
- - `(relation_name)_
class
`, the class created by this function.
+ - `(relation_name)_
table
`, the class created by this function.
Note that these are distinct relations. Even though the former necessarily
includes the latter, SQLAlchemy doesn't treat them as linked; loading one