drf-yasg icon indicating copy to clipboard operation
drf-yasg copied to clipboard

Django5 not supported?

Open duaneking opened this issue 1 year ago • 2 comments

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.

duaneking avatar Dec 09 '23 01:12 duaneking

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?

21adrian1996 avatar Feb 08 '24 10:02 21adrian1996

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

Wullink avatar Jul 18 '24 14:07 Wullink