We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302e2f1 commit 96b99b5Copy full SHA for 96b99b5
fileupload/views.py
@@ -10,6 +10,7 @@
10
11
class PictureCreateView(CreateView):
12
model = Picture
13
+ fields = '__all__'
14
15
def form_valid(self, form):
16
self.object = form.save()
0 commit comments