We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e85e9 commit 2c673b5Copy full SHA for 2c673b5
example-project/mycmsproject/forms.py
@@ -8,4 +8,4 @@
8
class ContentForm(forms.ModelForm):
9
class Meta:
10
model = Content
11
- exclude = ()
+ fields = '__all__'
0 commit comments