summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/patchwork/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/patchwork/forms.py b/apps/patchwork/forms.py
index 10c93a4..f78a105 100644
--- a/apps/patchwork/forms.py
+++ b/apps/patchwork/forms.py
@@ -114,6 +114,7 @@ class UserProfileForm(forms.ModelForm):
class OptionalDelegateField(DelegateField):
no_change_choice = ('*', 'no change')
+ to_field_name = None
def __init__(self, no_change_choice = None, *args, **kwargs):
self.filter = None