Opened 18 years ago
Closed 18 years ago
#3367 closed (worksforme)
Overloading save_<fieldname>_file for Filefields and ImageFields broken
Reported by: | Jam | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Keywords: | filefield imagefield save | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The save_<fieldname>_file is not called when an object of a class containing a FileField or an ImageField is saved.
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Perhaps... I'll close for now. Please reopen if you can narrow this possible bug down.
Note:
See TracTickets
for help on using tickets.
To be more accurate, it is working now I have renamed my two fields ImageFields from "illustration", "illustration_mini" to "source", "source_mini".
Maybe it was due to the field name length ?