Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- queryset = AlbumNotification.objects.filter(
- album__release_date__gte=user.artist_subscriptions.filter(
- artist=album__artist
- ).values('datetime_committed')
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement