Fix for import
This commit is contained in:
		| @@ -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(): | ||||
|   | ||||
| @@ -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' | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user