~panosl/django-multilingual/trunk-1

« back to all changes in this revision

Viewing changes to testproject/issue_16/models/__init__.py

  • Committer: joost at cassee
  • Date: 2008-10-27 14:39:44 UTC
  • Revision ID: svn-v4:7f4da543-ba27-0410-bf1f-6504834a333d:trunk:143
No functional changes. Set eol-style to native. Fixed-up whitespace.
Patch from Florian Sening.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
>>> c = Category.objects.get(id=c.id)
13
13
>>> to_str(c.name)
14
14
'The Name'
15
 
 
16
 
 
17
15
"""
18
16
 
19
17
from issue_16.models.category import Category