The Custom Upload Fields and Filters at http://code.djangoproject.com/wiki/CustomUploadAndFilters/ (currently version 8) is now broken in the django development version.
When you upload an image to a new object in the AutoFileField or AutoImageField, it gets saved with the filename as "None.jpg". If you re-save the object, the image gets renamed to the correct "4.jpg" (where 4 is the primary key). Does anyone know what is going on here, and how to fix it? Cheers, James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---