app/django/db/models/sql/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 14 Mar 2009 19:45:52 +0000
changeset 1854 79c9f683f23b
parent 54 03e267d67478
permissions -rw-r--r--
Don't return an empty dict when no allocation can be made Patch by: Sverre Rabbelier

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

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