app/django/db/models/sql/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 31 Jul 2009 18:29:09 +0200
changeset 2698 5783338b2c8d
parent 54 03e267d67478
permissions -rw-r--r--
Edited the role form to clarify the intention of the checkbox+marker.

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

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