app/soc/views/helper/widgets.py
2008-11-17 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
2008-10-22 Pawel Solyga Inherit from BaseForm in all forms instead of from DbModelForm. This change doesn't include changes to templates and usage of as_table everywhere (work in progress).
2008-10-15 Pawel Solyga Update TinyMCE wiget code according to r783. I hope I did it correctly this time.
2008-10-15 Pawel Solyga Changes to TinyMCE widget that enable to pass mce_settings in the class constructor and that way update default settings if needed.
2008-10-14 Pawel Solyga Add missing import in soc/views/site/sponsor/list.py which caused exception when app was deployed and first site you visited was "List Site Sponsors". Update files according to recent django update and django backwards incompatibility (for example newforms is changed to forms).
2008-10-03 Todd Larsen Move helpers/forms_helpers.py to helper/forms.py.
2008-10-03 Todd Larsen Replace helpers/custom_widgets.py with helper/widgets.py.
less more (0) tip