#13943: the upload_to attribute does not append MEDIA_URL automaticaly ----------------------------------------------+----------------------------- Reporter: [email protected] | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) | Version: 1.2 Keywords: FileField, upload_to, ImageField | Stage: Unreviewed Has_patch: 0 | ----------------------------------------------+----------------------------- the upload_to attribute on FileField didn't append MEDIA_URL setting automatically when submit a form from django admin
this is my field syntax from my model: thumb = models.ImageField(upload_to='news') -- Ticket URL: <http://code.djangoproject.com/ticket/13943> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en.
