Opened 17 years ago

Closed 17 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 Jam, 17 years ago

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 ?

comment:2 by Chris Beaven, 17 years ago

Resolution: worksforme
Status: newclosed

Perhaps... I'll close for now. Please reopen if you can narrow this possible bug down.

Note: See TracTickets for help on using tickets.
Back to Top