--
Ticket URL: <https://code.djangoproject.com/ticket/32748>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Old description:
> I've a Child model with ForeignKey to Parent, my Child has a FileField.
> When I register that in the admin with Tabularinline, there is no problem
> at first sight, but then when I click on "Save", there is no error but
> the file is not recorded, when I return to previous page (and reload the
> page), there is still the old file.
New description:
I've a Child model with ForeignKey to Parent, my Child has a FileField.
When I register that in the admin with Tabularinline, there is no problem
at first sight, but then when I click on "Save", after having edited the
filefield, there is no error but the file is not recorded, when I return
to previous page (and reload the page), there is still the old file.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/32748#comment:1>
* status: new => closed
* resolution: => invalid
--
Ticket URL: <https://code.djangoproject.com/ticket/32748#comment:2>