app/soc/models/sponsor.py
2009-04-14 Lennard de Rijk Whitespace fix in sponsor model.
2009-02-13 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
2009-02-13 Sverre Rabbelier Update the copyright notice for 2009.
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-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-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