From 5b8c7201eefa8b404afb0cb89b389fd3e8f92899 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 20 Oct 2012 21:52:43 +0200 Subject: Djangoization - Major refactoring (step 6) Work on wizard, views and forms to dispatch logic in a more relevant way. --- ishtar_common/forms_common.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ishtar_common/forms_common.py') diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index d3ae65d55..ccae0b6d2 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -268,16 +268,6 @@ TownFormset.form_label = _("Towns") ###################### # Sources management # ###################### -''' -class SourceWizard(Wizard): - model = None - def get_extra_model(self, dct, request, storage, form_list): - dct = super(SourceWizard, self).get_extra_model(dct, request, storage, - form_list) - if 'history_modifier' in dct: - dct.pop('history_modifier') - return dct -''' class SourceForm(forms.Form): form_label = _(u"Documentation informations") associated_models = {'source_type':models.SourceType} -- cgit v1.2.3