Opened 3 years ago

Closed 3 years ago

#32748 closed Bug (invalid)

Django admin Filefield in Tabularinline does not work

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 (last modified by mypseudo)

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.

Change History (2)

comment:1 by mypseudo, 3 years ago

Description: modified (diff)

comment:2 by mypseudo, 3 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top