> dscn0001_______.jpg > dscn0001________.jpg > dscn0001_________.jpg > > I could override the save() method to save the files under <user_id>/ > <filename>, but that would make the get_FOO_url and others fail.
No it won't. As long as your ImageField ends up pointing to the correct relative path of your renamed image file (relative to settings.MEDIA_ROOT), all the get_FOO_* methods will work. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

