Results 10 comments of afedosenko

Hello @marksweb, django-sql-explorer==2.3

https://github.com/akatov/angular-contenteditable/pull/53

Hello @MRigal ``` from django.contrib.auth.models import AbstractUser from model_utils import FieldTracker class CustomUser(AbstractUser): tracker = FieldTracker() ```

A very long time ago I solved this problem by using the scroll API. All you have to do is modify update_index command a bit. And implement a simple custom...

@siovene scan_models is custom method you should implement this method yourself as in my example. ```python from elasticsearch.helpers import scan from haystack.backends.elasticsearch2_backend import Elasticsearch2SearchBackend, Elasticsearch2SearchEngine class CustomElasticsearchSearchBackend(Elasticsearch2SearchBackend): def scan_models(self, models,...