app/django/db/models/sql/__init__.py
author Mario Ferraro <fadinlight@gmail.com>
Sat, 09 May 2009 01:14:03 +0200
changeset 2300 b9fd1e20d413
parent 54 03e267d67478
permissions -rw-r--r--
Fixed Issue 627 where multiple Purr boxes would show when using calendar widget.

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

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