Save is called on the document not the file field.

This commit is contained in:
Nicolas Despres 2014-03-17 17:19:17 +01:00
parent d4b3649640
commit 5d9ec0b208

View File

@ -46,7 +46,7 @@ slightly different manner. First, a new file must be created by calling the
marmot.photo.write('some_more_image_data')
marmot.photo.close()
marmot.photo.save()
marmot.save()
Deletion
--------