Fixed redirection after creation to Just Work
Accomplished by generating a link to the creation page instead of
trying to deduct it from the current path.
from query import *from subqueries import *from where import AND, ORfrom datastructures import EmptyResultSet__all__ = ['Query', 'AND', 'OR', 'EmptyResultSet']