app/django/db/models/sql/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 17 Apr 2009 19:53:23 +0000
changeset 2194 d5d061b0dfd0
parent 54 03e267d67478
permissions -rw-r--r--
Fix too long line in soc.views.models.program module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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

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