1 | | 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. |
| 1 | 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. |