On Sunday 14 Mar 2010 7:25:08 am Jumpfroggy wrote: > But I want to rename the file on the filesystem. I want something > like this: > > model.file1.rename(new_filename) >
you could do it manually. first use os.rename to rename the file on the disk, and then update your model instance with the new name and save it. -- regards Kenneth Gonsalves Senior Associate NRC-FOSS http://certificate.nrcfoss.au-kbc.org.in -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.