axnsan12 / drf-yasg

Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
https://drf-yasg.readthedocs.io/en/stable/
Other
3.4k stars 437 forks source link

Django5 not supported? #878

Open duaneking opened 9 months ago

duaneking commented 9 months ago

Bug Report

The most modern version of Django that has been released (v5+) does not seem to be supported.

Description

Django 5 was released and does not seem to be supported based on the contents of the README.

Is this a regression?

Technically, yes and no. The release of a newer version of the supported product is important. As a result, this has the potential to block upgrades made to be on a version that supports security fixes..

Minimal Reproduction

See readme.

Stack trace / Error message

See readme.

Your Environment

See above.

21adrian1996 commented 7 months ago

When using Django 5 (concretely 5.0.1), the following error appears:

AttributeError at /redoc/

'__proxy__' object has no attribute '_delegate_text'

Is this already a know issue?

Wullink commented 2 months ago

When using Django 5 (concretely 5.0.1), the following error appears:

AttributeError at /redoc/

'__proxy__' object has no attribute '_delegate_text'

Is this already a know issue?

I am having the same issue