inline django 1.9 version of ox.django

This commit is contained in:
j 2016-02-20 09:06:41 +00:00
commit 051a3578b4
74 changed files with 712 additions and 138 deletions

View file

@ -3,7 +3,7 @@
from django.db.models import Q, Manager
import ox
from ox.django.query import QuerySet
from oxdjango.query import QuerySet
def parseCondition(condition, user, item=None):
'''