Kristof Elst

Results 8 comments of Kristof Elst

I tried to do that first but then you get an error, because the `Meta` class is missing: ``` File "...", line 9, in from core.utils.es_utils import DefaultDocumentType File "...",...

Yes I already tried that as well. But unfortunately this doesn't solve the issue; none of the `DefaultDocumentFieldsMixin` fields get added to the index (so `tenant_id` is not in the...

They seem to support inheritance: https://github.com/elastic/elasticsearch-dsl-py/blob/master/examples/parent_child.py#L48

Also already tried that one, but then of course this package tries to do a lot of stuff with that model attribute... ``` File "...", line 91, in __new__ fields...

If you pass the django `models.Model` it doesn't work, but indeed adding one of my model classes does work... Although it's a very ugly hack to make this work! Any...

Came across the same problem that `instance.pk` check fails when using UUIDField as primary key. Although I'm more of an advocate of using `_state.adding` (or having a proper public api...

I see the exact same error as raised by @oerix in [this comment ](https://github.com/home-assistant/core/issues/119533#issuecomment-2393339574). I have a Linksys MX2000 model, which I bought a year ago. so I'm assuming it's...

@jimmyjones2 thanks for the suggestion. By now I've been able to achieve the same result by using the [Linksys Velop integration](https://github.com/uvjim/linksys_velop)