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. | changeset | files |
Fri, 17 Oct 2008 13:04:51 +0000 | Pawel Solyga | Move TODO about isDeletable Sponsor logic method to sponsor.py module and extend a little bit doc string. | changeset | files |
Fri, 17 Oct 2008 12:52:02 +0000 | Pawel Solyga | Remove not needed request argument in view decorator. | changeset | files |
Fri, 17 Oct 2008 02:43:39 +0000 | Chen Lunpeng | Fixed not working after click the "List Site Sponsors" in site menu bar. due to wrongly imported modules. | changeset | files |