First: Nice, that a working FileField got merged!
(see: http://code.djangoproject.com/changeset/5819)

After browsing the source to update my own patches I found that
FileField.save_form_data() joins the filename and self.upload_to (see
http://code.djangoproject.com/browser/django/trunk/django/db/models/fields/__init__.py?rev=5819#L785).
Why is this done? If I read the code right self.upload_to gets stripped
later in FileField.get_filename() and is added in
File.get_directory_name(), again.

Greetings, David Danier

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to