Skip to content

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

@CertifiedJimenez

Description

@CertifiedJimenez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions