melinath / django-daguerre

On-the-fly image manipulation for Django.
http://django-daguerre.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
85 stars 15 forks source link

Issue #15. Don't raise MultipleObjectsReturned in for_storage_path. #18

Closed melinath closed 12 years ago

melinath commented 12 years ago

I decided not to try to delete the extra Image instances here. I think that might be better done as a management command... this is the least clever way to get rid of the error.

harrislapiroff commented 12 years ago

Looks good. Merging.