app/soc/models/school.py
Wed, 15 Oct 2008 20:24:02 +0000 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.
Mon, 13 Oct 2008 21:54:51 +0000 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
Mon, 29 Sep 2008 15:46:42 +0000 Todd Larsen Take advantage of the Model inheritance provided by polymodel.PolyModel to
Sun, 21 Sep 2008 08:50:42 +0000 Pawel Solyga Remove Author model (use Person instead). Update models after removing Author. Add new Sponsor, Organization models.
Fri, 19 Sep 2008 17:51:33 +0000 Todd Larsen First pass (from some old code notes) of a School Model (a form of Group).
less more (0) tip