File.save(*name*, *content*[, *save=True*]) Django document says if I provide a same filename to the attribute name,the existing file will not be replaced , but will create a new file and update the object to point to it. How can I add some content to the existing file while associated with an object! This is the url about File.save() Additional methods on files attached to objects <https://docs.djangoproject.com/en/dev/ref/files/file/>
-- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/g06Ml_Yv2YUJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.