app/soc/models/role.py
2009-02-01 Pawel Solyga Add publish_location boolean property to Role model. This field indicates whether the User has agreed to publish his location. It is not supported yet in any logic, views or templates but we won't want to change models later so it's being added now.
2009-01-31 Pawel Solyga Replace name_on_certificates property with name_on_documents, since mentors, club admins, hosts and org admins don't get certificates it's better to name it 'Name on documents' which can indicate any kind of documents including awards certificates. Also don't show name_on_documents in public Role profiles, instead show user public name in that place.
2009-01-31 Lennard de Rijk Changed display_name to name_on_certificates in models/role.py.
2009-01-30 Sverre Rabbelier Added missing dot.
2009-01-30 Lennard de Rijk Renamed state to status where appropriate.
2009-01-30 Lennard de Rijk Added agreed_to_tos_on field in user and role model.
2009-01-28 Lennard de Rijk Changed the verbose name for agrees_to_tos to I agree to the Terms of Service.
2009-01-24 Sverre Rabbelier Use ugettext instead of ugettext_lazy
2009-01-23 Lennard de Rijk Added state property to role model.
2009-01-21 Lennard de Rijk Changes in Role model.
2009-01-20 Todd Larsen Add the agrees_to_tos property to Roles (as its own changeset this time...).
2009-01-20 Todd Larsen This file should not have been included in r1428. Reverting...
2009-01-20 Todd Larsen Changing ReadOnlyBool to type "text" makes it display "True" or "False".
2008-12-06 Lennard de Rijk Comment fixes for state in group and role model.
2008-11-23 Todd Larsen Provide a simple method in the Role Model class that aliases the existing
2008-11-21 Todd Larsen Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py.
2008-11-15 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
2008-11-11 Pawel Solyga Move all the properties from Person model to Role model. Update all the comments and docs according to the changes. Remove Person model.
2008-10-18 Pawel Solyga Remove not used imports in models. Fix missing spaces in models when operator not preceded by a space. Add missing ugettext_lazy import to Proposal model.
2008-09-29 Todd Larsen Take advantage of the Model inheritance provided by polymodel.PolyModel to
less more (0) tip