django-elasticsearch
django-elasticsearch copied to clipboard
Django ElasticSearch Backend
Hello! Would you be open to registering with Pypi to facilitate installation with PIP? Additionally, do you know if this library works with the latest versions of Django and Elasticsearch?...
Hi Do you have any documents how to use it?
The SQLDeleteCompiler should check the pk column (similar to SQLInsertCompiler) instead of using isinstance. Primary keys can be CharField or other fields if the user overrides the pk. The AutoField...