app/django/db/models/sql/__init__.py
author Todd Larsen <tlarsen@google.com>
Wed, 01 Oct 2008 16:47:00 +0000
changeset 246 5d2df032e19e
parent 54 03e267d67478
permissions -rw-r--r--
Shrink the sidebar menu separately from the main body text.

from query import *
from subqueries import *
from where import AND, OR
from datastructures import EmptyResultSet

__all__ = ['Query', 'AND', 'OR', 'EmptyResultSet']