-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't clear image from post object #17
Comments
@venomone Sorry you are having trouble with it. It seems like a bug and I am not quite sure what's the actual cause, it is likely that something has changed in django that wasn't happening before. I haven't used this package in a few years, in fact I haven't touched django or python in over three years. I am way too busy writing Haskell :) That being said, I don't think it should be terribly hard too fix, so if you'll find a solution for this, I'll be happy to accept a PR. This is a cool package, and I'd like to find some time to take care of all outstanding issues, so people can continue using it, but I am not sure how soon I'll be able to get to it. |
The Problem for me is that i'm new to Django and actually dont have that much exp on me but maybe i will find it or smb. else, Anyways thx for the label. |
As a quick workaround i try to imitate what's going-on behind your imageprocessor, have a look at this for first aid: modely.py
|
Hello,
if i try to use the ImageProcessor like so:
and i create a new post object with a Postcover everything first seems to work fine until i try to delete the image i uploaded previously again. It seems that the ImageProcessor always expects a file while saving the form if one has been set before. Anyways here is my full trace:
my expected behaviour here is that i can always clear the postcover, which is not possible at the moment.
The text was updated successfully, but these errors were encountered: