-
```bash
28/Jan/2024 05:55:15,013 base.py:_resolve_lookup:922 [DEBUG] Exception while resolving variable 'script_url' in template 'drf_spectacular/swagger_ui.html'.
Traceback (most recent call last):…
-
**Describe the bug**
I added a test for this bug to a fork. See https://github.com/jennydaman/drf-spectacular/commit/c124c7a10bf9662bad5403f69ca00914b2872db9
**To Reproduce**
```python
import …
-
Earlier this year [allauth released a code-based login method](https://allauth.org/news/2024/04/django-allauth-0.62.0-released/).
1. User requests login by inputting their email address
2. Fronten…
-
I'm just going through an exercise of upgrading an internal app with very old versions to slightly less old and ran into some breakage relating to #88 which I think requires a code change here.
```…
-
- OS: Windows 10 Version 22H2
- Browser: Chrome
- Version: 110.0.5481.178
- Method of installation: Nuget
- Swagger-UI version: 4.12.0
- OpenAPI version: OpenAPI 3.0.1
I cannot download …
-
The camelCase is working fine with the GET data, but it is not working with the POST data whe using drf-spectacular.
GET Data:
```json
{
"id": 1,
"createdAt": "2024-07-14T09:41…
-
I'm using and loving your drf-spectacular library
I'm curious, what does `ValidatedJSONField` look like in use?
And, if I were to use it, would DRF Spectacular be able to generate more detailed …
-
**Describe the bug**
I got rust error when installing drf-spectacular==0.26.5 (also when 0.27.0)
**To Reproduce**
`Collecting rpds-py>=0.7.1 (from jsonschema>=2.6.0->drf-spectacular==0.26.5->-r /…
-
Some time ago you had helped me implement [djangorestframework-api-key](https://florimondmanca.github.io/djangorestframework-api-key/) authorization in DRF Spectacular ([Custom djangorestframework-api…
-
**Describe the bug**
Read-only fields in serializers are being marked as required in the generated OpenAPI schema, even when explicitly defined with `read_only=True` and `required=False`.
**To Rep…