Remove image cache backend field registration

This commit is contained in:
Matthew Tretter 2012-10-04 23:28:55 -04:00
parent 5a1dd0c459
commit 436a73dc9a

View file

@ -65,12 +65,6 @@ class ImageSpecField(SpecHost):
# later, from outside of the model definition.
self.set_spec_id(self.spec_id)
# Register the field with the image_cache_backend
try:
self.spec.image_cache_backend.register_field(cls, self, name)
except AttributeError:
pass
class ProcessedImageField(models.ImageField, SpecHost):
"""