We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe06a23 commit 3a9ea7fCopy full SHA for 3a9ea7f
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