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