We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I try to delete a model from the query set it does not delete the instance and raises a django.core.exceptions.FieldError issue.
item = Service.get_song_in_playlist( playlist, song_id ) item.delete()
django.core.exceptions.FieldError: Cannot resolve keyword 'playlists, songs' into field. Choices are: playlists, playlists_id, songs_is_visible, songs_position_string, songs_type, songs, songs_id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to delete a model from the query set it does not delete the instance and raises a django.core.exceptions.FieldError issue.
django.core.exceptions.FieldError: Cannot resolve keyword 'playlists, songs' into field. Choices are: playlists, playlists_id, songs_is_visible, songs_position_string, songs_type, songs, songs_id
The text was updated successfully, but these errors were encountered: