app/django/db/models/sql/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 18 Sep 2009 21:50:54 +0200
changeset 2961 34c6737e77a0
parent 54 03e267d67478
permissions -rw-r--r--
Convert cleaning module to use the new checker in core

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

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