liberation / django-elasticsearch

Simple wrapper around elasticsearch-py to index/search a django Model.
MIT License
212 stars 73 forks source link

close #57 #58

Open ignacionf opened 8 years ago

ignacionf commented 8 years ago

preliminary python 3.x support.

MightySCollins commented 7 years ago

Is anyone able to merge this in? It seems to fix a few indexing issues I am having.

lauxley commented 7 years ago

The problem with merging this is that it is only a partial python3 port, which means that most things won't probably work, so the merge will have to wait for a full support. But nothing forbides you to use this branch rather than master, or to fork and merge.

MightySCollins commented 7 years ago

Yep thats what I have done for now I have forked it and any python 3 issues which I come across I will fix it's just I thought partial support is better than no support. (I did see you linked a nicer way in another PR from the Django docs which is probably better)