Django

Code

Ticket #8613 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

FileField.save_file() is no longer used.

Reported by: Gulopine Assigned to: nobody
Milestone: 1.0 Component: Forms
Version: SVN Keywords:
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

r8649-save-file-removal.diff (1.3 kB) - added by kratorius on 08/28/08 03:33:22.
Removes FileField.save_file

Change History

08/27/08 14:23:01 changed by jacob

  • needs_better_patch changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • needs_docs changed.

08/28/08 03:33:22 changed by kratorius

  • attachment r8649-save-file-removal.diff added.

Removes FileField.save_file

08/28/08 03:33:41 changed by kratorius

  • has_patch set to 1.

08/28/08 11:05:12 changed by jacob

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #8613 (FileField.save_file() is no longer used.)




Change Properties
Action