Preview:
from django.utils import timezone

current_year = timezone.now().year
items = Items.objects.filter(created_time__year=current_year)
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter