Santiago Piqueras
Santiago Piqueras
Similar to https://github.com/elastic/elasticsearch-dsl-py/issues/1628 and https://github.com/elastic/elasticsearch-dsl-py/issues/1630, the [top_metrics aggregation](https://www.elastic.co/guide/en/elasticsearch/reference/8.12/search-aggregations-metrics-top-metrics.html) is missing from `aggs.py`.
Fixes #89 by modifying the return type of `class_map_` to always return a list of strings - [x] Tests pass - ~[ ] Appropriate changes to README are included in...
## Expected Behavior Polyclass models have a read-only attribute called `class_` that contains the class hierarchy in form of a list. This attribute should always contain a list of either...
Hi, thanks for the library. I've been looking at using dash-bootstrap-templates with [django-plotly-dash](https://django-plotly-dash.readthedocs.io/en/latest/). Just looking at using one of the themes so the page looks nicer, _not_ giving the user...
If the user has provided a view_decorator, and this decorator fails to be imported, django-plotly-dash will default to no decoration as it swallows all exceptions. https://github.com/GibbsConsulting/django-plotly-dash/blob/4edb7304ae8a68f11d7a75f47583b5406225270d/django_plotly_dash/access.py#L36-L48 It'd be more sensible...