MiltosD

Results 10 issues of MiltosD

I am getting a `403 Client Error: Forbidden for url: http://localhost:8080/auth/admin/realms/myclient/clients`, when trying to **Synchrozize permissions**, according to the documentation or when trying to run the `python manage.py keycloak_add_user --realm...

I am trying to use this package with rest framework. However, the "has_role_decorator" function raises an exception when the user does not have the role, as expected. Is it possible...

class A(PolymorphicModel) class B(PolymorphicModel) class C(B) class D(A, C) When trying to make migrations for class **D**, I get the following **_The field 'polymorphic_ctype' from parent model 'A' clashes with...

Is there a way to make a EmbeddedDocumentListField nillable, in order to avoid creating empty lists in MongoDB? Currently, I use `some_field = EmbeddedDocumentListField(EmbeddedDoc, null=True)` When I try to set...

#### One line description of the issue I use **Django 4.1.4** with **djangorestframework 3.14.0** and **drf_writable_nested 0.7.0** in order for rest framework to accept nested objects in POST For a...

#### One line description of the issue Since Django 3.2.1 a check has been added to prevent instantiation of an abstract model. This seems to have broken the validation of...

Would it be possible to elaborate a bit more on how to authorize an Django Rest API endpoint with keycloak. Realm, client, roles, scopes, permissions are set up, keycloak_scopes also...

## Problem In Django 5.0 field choices seem to be always lists, even when defined as Choices. In Django 4.3.9 it seems to be working as expected. ## Environment -...

I would suggest that you allow for named graph insertion in pyfuseki.utils.RdfUtils.convert_graph_to_insert_sparql, say if the passed Graph has an identifier, use this as the graph name.

Is it possible to return a different response based on the "Accept" header or a query param e.g. ?format=json-ld