Metadata-Version: 2.1
Name: rfhq
Version: 0.1.14
Summary: UNKNOWN
Home-page: https://github.com/predicthq/rfhq
Author: PredictHQ
Author-email: developers@predicthq.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
Requires-Dist: Django (<=1.11,>=1.8)
Requires-Dist: djangorestframework (>=3)
Requires-Dist: inflection
Requires-Dist: python-dateutil
Requires-Dist: elasticsearch (<2.0.0)
Requires-Dist: elasticsearch-dsl (<2.0.0)

.. note::

   For the latest source, discussions, bug reports, etc., please visit the `GitHub repository <https://github.com/predicthq/rfhq>`_


========================
Django Rest Framework HQ
========================

Filter Extensions and support for ElasticSearch

Change Log
----------

- 0.1.14  Pass TopHitsAggregationField' context to its child serializers
- 0.1.13  Tweak FunctionScore params so `origin` is scoped
- 0.1.12  Tweak FunctionScore geo params to allow decimal
- 0.1.11  Make GeoPointField writable
- 0.1.10  Updated ElasticsearchPagination.get_paginated_response to include get_related if exists
- 0.1.7   Added Aggregation Classes
- 0.1.6   Remove Exception Classes, Project specific
- 0.1.5   Add tests + removed MixedFilterBackend, MixedSerializerMixin. Project specific
- 0.1.4   Add max offset in ElasticsearchPagination
- 0.1.3   Raise parse error on invalid dates
- 0.1.2   Removed permission classes, Project specific
- 0.1.1   Removed _index from more_like_this (causing issue with ES2)
- 0.1.0   Imported


