--- a/app/soc/models/person.py Tue Aug 19 17:49:59 2008 +0000
+++ b/app/soc/models/person.py Tue Aug 19 17:52:13 2008 +0000
@@ -85,11 +85,6 @@
verbose_name=ugettext_lazy('Last (family) name'))
surname.help_text = ugettext_lazy('lower ASCII characters only')
- #: Optional field storing a nickname; displayed publicly.
- #: Nicknames can be any valid UTF-8 text.
- nickname = db.StringProperty(
- verbose_name=ugettext_lazy('Nick name'))
-
#: Optional field used as a display name, such as for awards
#: certificates. Should be the entire display name in the format
#: the Person would like it displayed (could be surname followed by