app/soc/views/helper/forms.py
changeset 2366 1a954e80d444
parent 2077 fd2e83a297c7
--- a/app/soc/views/helper/forms.py	Wed May 27 03:31:58 2009 +0200
+++ b/app/soc/views/helper/forms.py	Wed May 27 20:37:04 2009 +0200
@@ -73,6 +73,7 @@
 
       # Since fields can be added only to the ModelForm subclass, check to
       # see if the Model has a corresponding field first.
+      # pylint: disable-msg=E1101
       if hasattr(self.Meta.model, field_name):
         model_prop = getattr(self.Meta.model, field_name)