app/django/db/models/sql/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 29 Jun 2009 15:19:28 +0200
changeset 2446 0cf8f034f52d
parent 54 03e267d67478
permissions -rw-r--r--
Extracted the ProjectSurvey and ProjectGradingSurvey records to a new module.

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

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