Django

Code

Changeset 1058

Show
Ignore:
Timestamp:
11/03/05 00:54:10 (3 years ago)
Author:
adrian
Message:

Small update to [1057]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/i18n/docs/translation.txt

    r1057 r1058  
    9797Always use lazy translations in Django models. And it's a good idea to add 
    9898translations 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:: 
     99explicit ``verbose_name`` and ``verbose_name_plural`` options in the ``META`` 
     100class, though:: 
    101101 
    102102    from django.utils.translation import gettext_lazy as _