app/soc/models/group.py
2008-10-23 Sverre Rabbelier Moved all key_name related things to the logic modules
2008-10-21 Sverre Rabbelier Incorperated suggestions by Todd
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-16 Sverre Rabbelier Add a framework for generic 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-15 Pawel Solyga Update comments in models/group.py (changed Optional to Required). Add verbose_name to founder property in Group model.
2008-10-14 Pawel Solyga Fixed imports sorting based on comments for r751.
2008-10-13 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
2008-10-12 Sverre Rabbelier Replace almost all occurences of linkname with link_name
2008-10-01 Pawel Solyga Add basic Sponsors List, Create New Sponsor, Sponsor Public Profile views. Change all properties in Group model as required for now. Remaining TODO: write validation functions for Sponsor edit and create form fields that need additional validation (like address, phone number format).
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.
2008-09-19 Todd Larsen A rough draft of the Group Model, to be merged with Pawel's current effort in
less more (0) tip