Just a little shout out to the development team for anticipating my need and coming up with this little gem.
To keep the long story short I spent the entire day trying work out how I was going to save a file somewhere in the filesystem with a file path determined by the properties of the model. Did someone say 'wild- goose-chase'. I examined, in detail, the inheritance tree trying to work out where would be the most appropriate to jump in... models.Model? ImageField? FileField? Storage? After banging away at your documents server all day, I've finally discovered it: FileField.upload_to: ... This may also be a callable, such as a function, which will be called to obtain the upload path, including the filename. Oh! Two lines later and I'm done. Gratitude. -- 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.