Changeset 1058
- Timestamp:
- 11/03/05 00:54:10 (3 years ago)
- Files:
-
- django/branches/i18n/docs/translation.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/i18n/docs/translation.txt
r1057 r1058 97 97 Always use lazy translations in Django models. And it's a good idea to add 98 98 translations for the field names and table names, too. This means writing 99 explicit verbose_name and verbose_names options in the ``META`` class,100 though::99 explicit ``verbose_name`` and ``verbose_name_plural`` options in the ``META`` 100 class, though:: 101 101 102 102 from django.utils.translation import gettext_lazy as _
