-
Notifications
You must be signed in to change notification settings - Fork 72
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
Unable to delete entries #78
Comments
Hi, This seems to be related to python3.8. Can you try with python3.6 ? |
thomaxxl
added a commit
that referenced
this issue
Sep 29, 2020
Can you try with the latest commit for 3.8? |
Hi @thomaxxl I can confirm that it does work with 3.6, will now try with latest commit on 3.8. |
Hi @thomaxxl I now also can confirm that delete operation do work on python 3.8. Thanks for your support ! |
v2.10.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently developing an API, which all seems to work ok using safrs. However, deleting entries somehow don't seem possible, the following stacktrace is printed:
I am using a MySQL database:
and the following model:
Hope you can help me with this as safrs is a real nice way in producing a self documenting API.
The text was updated successfully, but these errors were encountered: