#14760: Admin inlines with file/image field fails to save_as --------------------------------------------------+------------------------- Reporter: paulos | Owner: nobody Status: reopened | Milestone: Component: django.contrib.admin | Version: 1.2 Resolution: | Keywords: Triage Stage: Design decision needed | Has patch: 0 Needs documentation: 0 | Needs tests: 0 Patch needs improvement: 0 | --------------------------------------------------+-------------------------
Comment (by SmileyChris): There's nothing in the "nature" of a `FileField` stating that you can't have multiple fields attached to the same file. In fact, there's logic in the delete method to avoid the underlying file getting deleted if any other fields in the same model reference it (granted, the very fact the underlying file is deleted is now under consideration as a bug, but that's an aside...). -- Ticket URL: <http://code.djangoproject.com/ticket/14760#comment:4> 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 django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.