Opened 4 years ago
Last modified 4 years ago
#32748 closed Bug
Django admin Filefield in Tabularinline does not work — at Initial Version
Reported by: | mypseudo | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 3.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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.
Note:
See TracTickets
for help on using tickets.