--- a/app/soc/models/group.py Sat Dec 06 14:46:19 2008 +0000
+++ b/app/soc/models/group.py Sat Dec 06 14:50:45 2008 +0000
@@ -83,7 +83,7 @@
verbose_name=ugettext_lazy('City'))
city.help_text = ugettext_lazy('lower ASCII characters only')
- #: Required field containing group address state or province.
+ #: Optional field containing group address state or province.
#: Group state/province can only be lower ASCII, not UTF-8
#: text, because, if supplied, it is used as a shipping address.
state = db.StringProperty(
--- a/app/soc/models/role.py Sat Dec 06 14:46:19 2008 +0000
+++ b/app/soc/models/role.py Sat Dec 06 14:50:45 2008 +0000
@@ -181,7 +181,7 @@
verbose_name=ugettext_lazy('City'))
res_city.help_text = ugettext_lazy('lower ASCII characters only')
- #: Required field containing residence address state or province; kept
+ #: Optional field containing residence address state or province; kept
#: private. Residence state/province can only be lower ASCII, not UTF-8
#: text, because it may be used as a shipping address.
res_state = db.StringProperty(