Conrad

Results 17 issues of Conrad

I created a ModelSerializer in DRF and I am handling it with rest_framework.UpdateModelMixin. When accessing the Swagger UI, I see the same structure for PUT as for PATCH, even though...

When using the `AutoPrefetchViewSetMixin` errors get thrown for fields which are not on the original `serializer_class` (?). We have a `GenericViewSet` which has a main model and actions which return...

## Expected Behavior As Google added it to their [Material Design Guidelines](https://material.io/design/color/dark-theme.html#properties), are there any plans to implement it in materialize? What would it take? Icons would need to change...

enhancement

I searched the documentation, but I can't seem to find any method/ state to check if a sound or any sound at all is currently playing. What I would like...

enhancement

Adding `django-rules` to my Django project I am encountering the following issue: I want to add default permissions to my abstract base class and overwrite them, if needed. Below an...

As mentioned in [this issue](https://github.com/thingsboard/thingsboard/issues/2834) the wording of this section is not optimal. I would suggest to change it to this small paragraph and word change.

I implemented basically the exact [recursive model and RecursiveModelSerializer](https://github.com/heywbj/django-rest-framework-recursive/blob/e114cea9253412ab25168ac4c1c2db59493b6d36/tests/test_recursive.py#L47) and Django throws `maximum recursion depth exceeded while calling a Python object` which is interesting, because we only have one parent...

bug
documentation
enhancement

### Description In the Vue SDK, the user object is not correctly documented. In the user object zoneinfo and locale are documented, which aren't accessible on the user. Additionally the...

I am using the aggregation pipeline below which results in success with pymongo itself. With mongomock there is the error message `TypeError: int() argument must be a string, a bytes-like...