app/soc/models/work.py
changeset 477 8a8b1bd035c4
parent 410 2af7f84f4fc7
child 512 aae25d2b4464
equal deleted inserted replaced
476:3b0662786f95 477:8a8b1bd035c4
    57   title.help_text = ugettext_lazy(
    57   title.help_text = ugettext_lazy(
    58       'title of the document; often used in the window title')
    58       'title of the document; often used in the window title')
    59 
    59 
    60   #: Required path, prepended to a "link name" to form the document URL.
    60   #: Required path, prepended to a "link name" to form the document URL.
    61   #: The combined path and link name must be globally unique on the
    61   #: The combined path and link name must be globally unique on the
    62   #: site.  Except in /site/docs (Developer) forms, this field is not
    62   #: site.  Except in /site/document (Developer) forms, this field is not
    63   #: usually directly editable by the User, but is instead set by controller
    63   #: usually directly editable by the User, but is instead set by controller
    64   #: logic to match the "scope" of the document.
    64   #: logic to match the "scope" of the document.
    65   partial_path = db.StringProperty(required=True,
    65   partial_path = db.StringProperty(required=True,
    66       verbose_name=ugettext_lazy('Partial path'))
    66       verbose_name=ugettext_lazy('Partial path'))
    67   partial_path.help_text = ugettext_lazy(
    67   partial_path.help_text = ugettext_lazy(