Advertisement
Guest User

Untitled

a guest
Jan 6th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. notifs_of_albums_to_user = Notification.objects.filter(
  2.     album__artist=user.subscriptions.get(author_obj=album__artist).album.artist
  3. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement