app/django/db/models/sql/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 24 Mar 2009 16:21:36 +0000
changeset 2001 decda21f8505
parent 54 03e267d67478
permissions -rw-r--r--
Set new Melange version number to 0-5-20090324 in app.yaml.template. Patch by: Pawel Solyga

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

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