Skip to content
Snippets Groups Projects
Commit 7bf78956 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Add comment about saving files

parent 3895a173
No related branches found
No related tags found
No related merge requests found
......@@ -267,6 +267,10 @@ class ImageFieldBlock(OptionalFormFieldBlock):
class FileFieldBlock(OptionalFormFieldBlock):
"""This doesn't know how to save the uploaded files
You must implement this if you want to reuse it.
"""
field_class = forms.FileField
class Meta:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment