-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import Document not DocType #185
Conversation
LGTM. r+ |
@safwanrahman you already broke my production with this))) i install django_elasticsearch_dsl directly from git( because pip version don't update |
@Acetonen Sorry. How it broke your production? |
@safwanrahman like this: I've fixed it, but I think you have to leave here: this: |
@Acetonen You must install a specific version as mentioned in the doc not the master branch. |
@safwanrahman yea, my fault( |
DocType was replaced with Document as top level import. django-es/django-elasticsearch-dsl#185
DocType was replaced with Document as top level import. django-es/django-elasticsearch-dsl#185
DocType was replaced with Document as top level import. django-es/django-elasticsearch-dsl#185
DocType was replaced with Document as top level import. django-es/django-elasticsearch-dsl#185
DocType was replaced with Document as top level import. django-es/django-elasticsearch-dsl#185
DocType was replaced with Document as top level import. django-es/django-elasticsearch-dsl#185
I thinkfrom django_elasticsearch_dsl import Document
is not a correct path 🤔just import Document not DocType