app/soc/models/role.py
changeset 1407 423425ac79f5
parent 1371 2d97dbbb4d99
child 1410 20580c5272e4
equal deleted inserted replaced
1406:60b68fc36df2 1407:423425ac79f5
   257   #: lower ASCII, not UTF-8 text, because, if supplied, it is used as a
   257   #: lower ASCII, not UTF-8 text, because, if supplied, it is used as a
   258   #: shipping address.
   258   #: shipping address.
   259   ship_postalcode = db.StringProperty(
   259   ship_postalcode = db.StringProperty(
   260       verbose_name=ugettext('Shipping ZIP/Postal Code'))
   260       verbose_name=ugettext('Shipping ZIP/Postal Code'))
   261   ship_postalcode.help_text = ugettext('lower ASCII characters only')
   261   ship_postalcode.help_text = ugettext('lower ASCII characters only')
   262   ship_postalcode.group=ugettext("4. Shipping Info")
   262   ship_postalcode.group=ugettext("4. Shipping Info (Optional)")
   263 
   263 
   264   #: Required field containing a phone number that will be supplied
   264   #: Required field containing a phone number that will be supplied
   265   #: to shippers; kept private.
   265   #: to shippers; kept private.
   266   phone = db.PhoneNumberProperty(
   266   phone = db.PhoneNumberProperty(
   267       required=True,
   267       required=True,