Mon, 15 Dec 2008 01:13:07 +0000 |
Pawel Solyga |
Remove unused import in soc.views.hlper.templatetags.forms_helpers module.
|
changeset |
files
|
Mon, 15 Dec 2008 01:12:28 +0000 |
Pawel Solyga |
Since DbModelForm has been renamed to BaseForm change super() call from BaseForm to djangoforms.ModelForm in soc.views.helper.forms module.
|
changeset |
files
|
Mon, 15 Dec 2008 01:11:12 +0000 |
Pawel Solyga |
Some docstring fixes and unused import removal in soc.logic.models.site module.
|
changeset |
files
|
Mon, 15 Dec 2008 01:10:32 +0000 |
Pawel Solyga |
Fix inheritance in soc.models.base module. FieldsProxy inherited from DbModelForm which was deleted in previous commits (replace that with BaseForm).
|
changeset |
files
|
Mon, 15 Dec 2008 01:08:16 +0000 |
Pawel Solyga |
Fix too long lines in soc.logic.helper.notifications module.
|
changeset |
files
|
Mon, 15 Dec 2008 01:07:18 +0000 |
Pawel Solyga |
Remove unused import in soc.logic.accounts module.
|
changeset |
files
|
Mon, 15 Dec 2008 01:06:13 +0000 |
Pawel Solyga |
Remove unused imports in models modules.
|
changeset |
files
|
Mon, 15 Dec 2008 00:34:46 +0000 |
Pawel Solyga |
In soc.views.models.notification module remove unused imports, add missing white space, change list() method definition to comply with base View list() method declaration. Add missing Meta class docstring.
|
changeset |
files
|
Mon, 15 Dec 2008 00:24:24 +0000 |
Pawel Solyga |
Fix import sorting in soc.views.helper.access module and rename 'host' to 'Program Administrator'.
|
changeset |
files
|
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.
|
changeset |
files
|
Mon, 15 Dec 2008 00:21:26 +0000 |
Pawel Solyga |
Add missing dots, fix imports sorting and too long lines in different modules. Add TODO in soc.views.models.host module.
|
changeset |
files
|
Sun, 14 Dec 2008 00:51:03 +0000 |
Sverre Rabbelier |
Have user/edit.html use the as_table tag as well
|
changeset |
files
|
Sun, 14 Dec 2008 00:50:49 +0000 |
Sverre Rabbelier |
Removed unused template
|
changeset |
files
|
Sun, 14 Dec 2008 00:33:59 +0000 |
Sverre Rabbelier |
Converted as_table to be a template tag
|
changeset |
files
|