app/django/db/models/sql/__init__.py
author JamesLevy <jamesalexanderlevy@gmail.com>
Thu, 23 Jul 2009 16:56:00 -0700
changeset 2669 c28e2dc4cd51
parent 54 03e267d67478
permissions -rw-r--r--
seed_db now creates fixture student project entities, and corresponding project surveys and grading surveys for debugging purposes.

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

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