django-elasticsearch-dsl-drf
django-elasticsearch-dsl-drf copied to clipboard
Solve the problem of the cannot import name 'AggsProxy' from elasticsearch_dsl.search #314
Edit the file utils.py and replace the "from elasticsearch_dsl.search import AggsProxy" with the "from elasticsearch_dsl.search_base import AggsProxy"
It will be very use full if You just merge it with the main brach.