File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
social_django_mongoengine Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased] ( https://github.com/python-social-auth/social-app-django-mongoengine/commits/master )
9
9
10
+ ### Changed
11
+
12
+ - Updated ` get_user_document ` import
13
+
10
14
## [ 1.0.0] ( https://github.com/python-social-auth/social-app-django/releases/tag/1.0.0 ) - 2017-01-22
11
15
12
16
### Added
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def _get_user_model():
31
31
return module_member (custom_model )
32
32
33
33
try :
34
- from django_mongoengine .mongo_auth .models import get_user_document
34
+ from django_mongoengine .mongo_auth .managers import get_user_document
35
35
return get_user_document ()
36
36
except ImportError :
37
37
return module_member ('mongoengine.django.auth.User' )
You can’t perform that action at this time.
0 commit comments