Changes between Initial Version and Version 1 of Ticket #32679


Ignore:
Timestamp:
Apr 23, 2021, 11:33:20 AM (3 years ago)
Author:
Marisol Cardozo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32679 – Description

    initial v1  
    2828>>> <ContentFile: Raw content>
    2929>>> MyModel.objects.filter(pk=instance.pk).update(picture=picture)
     30>>> mymodel = MyModel.objects.get(pk=instance.pk)
    3031>>> mymodel.picture
    3132>>> <ImageFieldFile: Raw content>
Back to Top