Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8613 closed (fixed)

FileField.save_file() is no longer used.

Reported by: Marty Alchin Owned by: nobody
Component: Forms Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In [8616], nearly all of oldforms was removed (yay!), but FileField.save_file() remains. It was only ever used by oldforms manipulators, and a simple search in 1.0b2 shows no remaining references to it. It should also be removed as part of the oldforms removal.

Attachments (1)

r8649-save-file-removal.diff (1.3 KB ) - added by Ivan Giuliani 16 years ago.
Removes FileField.save_file

Download all attachments as: .zip

Change History (5)

comment:1 by Jacob, 16 years ago

Triage Stage: UnreviewedAccepted

by Ivan Giuliani, 16 years ago

Removes FileField.save_file

comment:2 by Ivan Giuliani, 16 years ago

Has patch: set

comment:3 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

(In [8663]) FIxed #8613: removed vestigal FileField.save_file(). Thanks, kratorius.

comment:4 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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