diff options
Diffstat (limited to 'tests/timezones')
| -rw-r--r-- | tests/timezones/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/timezones/forms.py b/tests/timezones/forms.py index 3c9c31167e..45fb1d080b 100644 --- a/tests/timezones/forms.py +++ b/tests/timezones/forms.py @@ -11,3 +11,4 @@ class EventSplitForm(forms.Form): class EventModelForm(forms.ModelForm): class Meta: model = Event + fields = '__all__' |
