Skip to content
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

django.core.exceptions.FieldError Cannot resolve keywords into field. #15

Open
CertifiedJimenez opened this issue Jul 8, 2024 · 0 comments

Comments

@CertifiedJimenez
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant