Fix for import

This commit is contained in:
Ross Lawley 2013-12-04 13:31:54 +00:00
parent 57ac38ddca
commit d1b86fdef5
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ import django
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
list(queryset.__all__) + signals.__all__ + list(errors.__all__))
VERSION = (0, 8, 5)
VERSION = (0, 8, 6)
def get_version():

View File

@ -9,7 +9,7 @@ from django.contrib.auth.models import AnonymousUser
from django.utils.translation import ugettext_lazy as _
from .utils import datetime_now
from .mongo_auth import get_user_document
from .mongo_auth.models import get_user_document
REDIRECT_FIELD_NAME = 'next'

View File

@ -5,7 +5,7 @@
%define srcname mongoengine
Name: python-%{srcname}
Version: 0.8.5
Version: 0.8.6
Release: 1%{?dist}
Summary: A Python Document-Object Mapper for working with MongoDB