app/django/db/models/sql/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 29 Aug 2009 14:31:26 -0700
changeset 2848 17a31a7e6abc
parent 54 03e267d67478
permissions -rw-r--r--
Convert profiler/start page to html

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

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