Jonas Kiefer
Jonas Kiefer
# status quo To define multiple tables on one view, the common way is described in the [docs](https://django-tables2.readthedocs.io/en/latest/pages/generic-mixins.html?highlight=SingleTableMixin#multiple-tables-using-multitablemixin). However, there is no possibility to inherit from a `MultiFilterView` like it...
…s in component schemas. Fixes # ## Description of the Change ## Checklist - [x] PR only contains one change (considered splitting up PR) ~- [ ] unit-test added~ ~-...
Fixes # ## Description of the Change ## Checklist - [x] PR only contains one change (considered splitting up PR) ~- [ ] unit-test added~ ~- [ ] documentation updated~...
## Description of the Bug Report `SparseFieldsetsMixin` does not adjust field_names by configured format. ## Fix: ```python class SparseFieldsetsMixin: """ A serializer mixin that adds support for sparse fieldsets through...
# problem the current `NS_Node` model setup the necessary `tree_id` as simple [PositiveIntegerField](https://docs.djangoproject.com/en/4.2/ref/models/fields/#positiveintegerfield). Inside the common tree functions such as `add_root` the lookup for the next free `tree_id` is a...
# fixes testsuite by reenginiering it: * new docker container which has preinstalled python 3.9 and 3.10 based on debian bullseye with gdal 3.2.2. * elasticsearch container to test against....
# Status Quo The parser implementation for fes v1.1.0 filters is currently incorrect. It will allow the newer in fes v2.x.x filters renamed `PropertyName` as `ValueReference`. It shall be ```xml...
# Status Quo if a fes filter: ```xml Type dataset AnyText *potentielle Evapotranspiration* ``` is converted to a django filter, the like query will result in a exact lookup for...
In `django-mptt` i can subquery all ancestors per node by using the following code snippet: ```python def get_ancestors_per_node(self, include_self: bool = False): return self.get_queryset().filter( tree_id=OuterRef("tree_id"), lft__lte=OuterRef("lft") if include_self else OuterRef(...
If i trial to create document with `gmc.CreateFromDocument` for the following XML ```xml 852d6514-8138-cb2c-e103-07d1fb7bbf80 ger dataset Bad Neuenahr-Ahrweiler [email protected] pointOfContact 2020-05-11 ISO19115 2003/Cor.1:2006 European Petroleum Survey Group (EPSG) Geodetic Parameter...