app/soc/models/organization.py
Sat, 07 Mar 2009 20:27:52 +0000 Sverre Rabbelier Have slots default to 0
Sat, 07 Mar 2009 00:32:15 +0000 Sverre Rabbelier Add slots to the organization model
Sat, 28 Feb 2009 21:12:20 +0000 Lennard de Rijk Member template in organization is now called Contributor Template.
Thu, 19 Feb 2009 23:26:54 +0000 Sverre Rabbelier Deleted stale comment
Sat, 14 Feb 2009 20:21:51 +0000 Sverre Rabbelier Add an idea list (url) property to organization
Fri, 13 Feb 2009 23:18:39 +0000 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
Fri, 13 Feb 2009 22:36:45 +0000 Sverre Rabbelier Update the copyright notice for 2009.
Sat, 24 Jan 2009 23:56:34 +0000 Sverre Rabbelier Use ugettext instead of ugettext_lazy
Wed, 21 Jan 2009 19:40:39 +0000 Lennard de Rijk Changed the collection name and help text for Organization member template.
Tue, 20 Jan 2009 16:08:16 +0000 Pawel Solyga Move member_template property from Group to Organization model since it's Organization specific property.
Wed, 07 Jan 2009 20:56:50 +0000 Lennard de Rijk Fixed missing import in soc/models/organization.py.
Wed, 07 Jan 2009 20:24:38 +0000 Todd Larsen Mailing list EmailProperty should be StringProperty instead, so that it is
Wed, 07 Jan 2009 19:38:29 +0000 Todd Larsen Add IRC channel and mailing list properties to the Group and Organization
Mon, 15 Dec 2008 01:06:13 +0000 Pawel Solyga Remove unused imports in models modules.
Mon, 15 Dec 2008 00:22:50 +0000 Pawel Solyga Remove not used TYPE_NAME, TYPE_NAME_SHORT and TYPE_NAME_PLURAL consts in all Group models.
Sat, 06 Dec 2008 14:25:24 +0000 Sverre Rabbelier Added organizations
Sat, 18 Oct 2008 21:54:13 +0000 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.
Fri, 17 Oct 2008 13:57:54 +0000 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.
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.
Wed, 01 Oct 2008 09:43:25 +0000 Pawel Solyga Fixed models based on output from graph.py script and comments on
Tue, 30 Sep 2008 14:00:11 +0000 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'.
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.
less more (0) tip