Tue, 20 Jan 2009 16:10:04 +0000 | Pawel Solyga | Add missing 'of' word to list description strings in soc.views.models.club_app module. | changeset | files |
Tue, 20 Jan 2009 16:09:09 +0000 | Pawel Solyga | Add missing blank lines and dots in soc.views.helper.templatetags.forms_helpers module. | changeset | files |
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. | changeset | files |
Tue, 20 Jan 2009 16:03:55 +0000 | Pawel Solyga | Disable R0201 message in pylintrc since we allow for that kind of methods. R0201 tells us that method could be a function. Used when a method doesn't use its bound instance, and so could be written as a function. | changeset | files |