Honza Král
Honza Král
To allow authentication `User` model - https://github.com/HonzaKral/es-django-example/blob/master/qa/models.py#L10 Custom user model - https://docs.djangoproject.com/en/1.10/topics/auth/customizing/#specifying-a-custom-user-model
**Is your feature request related to a problem? Please describe.** I would like to track Ansible deployments with Elastic APM, adding a special plugin/role/... that would provide integrations with Elastic...
We need to change the logic used to checking the calls made to something that can be incremented atomically like appending to a list or something.
we treat all `Decimal` numbers as float so when we get something like `Decimal('31124873853495702')` it breaks where we serialize it as `3.1124873853495704e+16` which is off by 2.
Fixes #503, thanks to Dave Dash for previous patch on which this one is based.
When loading inherited models from fixtures, Django doesn't pass in a valid object through the post_save signal. Detect this and compensate. see https://code.djangoproject.com/ticket/13299 for details
implementing #802
In `5.0` elasticsearch allows a search request with aggregations when using `scan/scroll` which we should expose. This has been moved here from `elasticsearch-py` - https://github.com/elastic/elasticsearch-py/issues/530
### Issue description `manage.py runserver` doesn't pick up static files in newly created directories so it needs to be restarted, this should be mentioned in the CSS chapter. ### Operating...
Command /usr/bin/python2.7 -c "import setuptools;**file**='/home/king/work/VENVS/petrol/build/djangosanetesting/setup.py';execfile(**file**)" install --single-version-externally-managed --record /tmp/pip-OtMQNR-record/install-record.txt --install-headers /home/king/work/VENVS/petrol/include/site/python2.7 failed with error code 1 Exception information: Traceback (most recent call last): File "/home/king/work/VENVS/petrol/lib/python2.7/site-packages/pip-0.8.1-py2.7.egg/pip/basecommand.py", line 130, in main self.run(options,...