Skip to content

Commit

Permalink
fix helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
fivethreeo committed Sep 5, 2011
1 parent c02d97d commit 2a7f559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='simple-translation',
version='0.7.8',
version='0.7.9',
description='This is a translation app/plugin with support for django-cms 2.1 plugins in the admin',
long_description=open(os.path.join(os.path.dirname(__file__), 'README')).read(),
author='Oyvind Saltvik',
Expand Down
2 changes: 1 addition & 1 deletion simple_translation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def get_translation_queryset(obj):
return get_translation_manager(obj).all()

def get_translated_model(model):
return info = translation_pool.get_info(model).translated_model
return translation_pool.get_info(model).translated_model

0 comments on commit 2a7f559

Please sign in to comment.