Closed (fixed)
Project:
ImageField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
30 Mar 2009 at 02:05 UTC
Updated:
13 Apr 2009 at 02:10 UTC
When we removed the "Image" field type in #397578: Uncouple ImageField from FileField Custom Hooks, we also removed the need for ImageField to keep its own reference counting. Since there are no more fields with $field['type'] = 'imagefield', we can remove the imagefield_file_references() function.
| Comment | File | Size | Author |
|---|---|---|---|
| imagefield_remove_references.patch | 810 bytes | quicksketch |
Comments
Comment #1
quicksketchTests all pass and reference counting still works without this function (as it logically should). Committed.