app/soc/models/organization.py
2009-01-24 Sverre Rabbelier Use ugettext instead of ugettext_lazy
2009-01-21 Lennard de Rijk Changed the collection name and help text for Organization member template.
2009-01-20 Pawel Solyga Move member_template property from Group to Organization model since it's Organization specific property.
2009-01-07 Lennard de Rijk Fixed missing import in soc/models/organization.py.
2009-01-07 Todd Larsen Mailing list EmailProperty should be StringProperty instead, so that it is
2009-01-07 Todd Larsen Add IRC channel and mailing list properties to the Group and Organization
2008-12-15 Pawel Solyga Remove unused imports in models modules.
2008-12-15 Pawel Solyga Remove not used TYPE_NAME, TYPE_NAME_SHORT and TYPE_NAME_PLURAL consts in all Group models.
2008-12-06 Sverre Rabbelier Added organizations
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-10-17 Pawel Solyga Replace GROUP_TYPE_PLURAL and GROUP_TYPE_SHORT constants in Group models with more generic TYPE_NAME, TYPE_NAME_SHORT, TYPE_NAME_PLURAL names and apply changes in affected files. Use ugettext_lazy for TYPE_NAME and TYPE_NAME_PLURAL constants. This approach is similar to the upcoming refactor of views.
2008-10-15 Pawel Solyga Change verbose_name of founder property in Group model from "Created by" to "Founded by". Add GROUP_TYPE_SHORT and GROUP_TYPE_PLURAL for all models that inherit from Group and use that values in templates and contexts. Assume that group_type, group_type_short and group_type_plural are defined in context and remove not needed ifs in templates. Rename "Linkname" to "Link name" in list/group_heading.html template.
2008-10-13 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
2008-10-01 Pawel Solyga Fixed models based on output from graph.py script and comments on
2008-09-30 Pawel Solyga Add org ReferenceProperty to Administrator model (many:1 relationship associating Administrators with specific Organization). Update Organization model __doc__ string with information about the back-reference 'admins'.
2008-09-29 Todd Larsen Take advantage of the Model inheritance provided by polymodel.PolyModel to
2008-09-21 Pawel Solyga Remove Author model (use Person instead). Update models after removing Author. Add new Sponsor, Organization models.
less more (0) tip