{% extends 'base.html' %} {% block title %}Execute non-standard queries{% endblock %} {% block content %}
Photo.objects.filter(title__iexact=form.cleaned_data['title'], published__month=form.cleaned_data['month']))Create your own photo to test non-standard queries.
Corresponding post: Get SQL features on NoSQL with django-dbindexer.
{% endblock %}