-
I have an OpenAPI Schema that I'm generating from a Django (a python web framework) using a library called [drf-spectacular](https://github.com/tfranzel/drf-spectacular). Fields that contain a URL are…
-
Hi , I have an Item Model :
```
class Item(models.Model):
name = models.CharField(max_length=500)
price = MoneyField(max_digits=19, decimal_places=2, default_currency="EUR",
…
-
I want use Wagtail in my existing project, but i have trouble with generate OpenApiSchema via drf-yasg2.
I have next traceback:
```
AssertionError: Expected view PagesAdminAPIViewSet to be called…
-
Improvements to be made to the [user approval endpoint](https://github.com/dandi/dandi-archive/blob/master/dandiapi/api/views/dashboard.py#L77-L113)
- Enforce atomicity between `user.metadata.statu…
-
The drf serializers are returning a different response structure than is expected if their validation fails, we should try to align this to the same structure if possible.
-
Even though `EnforceValidationFieldMixin` (https://github.com/dealertrack/django-rest-framework-braces/blob/master/drf_braces/serializers/enforce_validation_serializer.py#L10) is added to the MRO of t…
-
I use `django-filter` for filtering via query-strings. My filtersets contains `MultipleChoiceField`, and it parses query-string like `?field=1&field=2` to `field: [1, 2]`.
But in swagger view from…
b0g3r updated
4 weeks ago
-
In the request `POST /zaken/api/v1/zaakinformatieobjecten` there are requests to the DMS that can be optimised. These are:
1. 7x requests `SELECT * FROM drc:document WHERE drc:document__uuid = '071…
-
Correct me if I'm wrong or missing something, although:
It seems to me that the [LoginView.create](https://github.com/5monkeys/django-bananas/blob/a0415d29da535ff31652d8ed17f22f10688ae5b6/bananas/a…
-
Thx a lot for working on the library, it really simplifies things a lot and gives us a great boost in documenting everything 👍 🙏
I wanted to wonder if someone has any hints regarding how to make i…