django-bootstrap-v5 icon indicating copy to clipboard operation
django-bootstrap-v5 copied to clipboard

Pypi release 1.0.11 does not support Django 5.0

Open bixbyr opened this issue 1 year ago • 5 comments

The 1.0.11 release expects Django version <5.0. I don't know if there is anything actually incompatible with Django 5 but since its out now the package is broken until a new release.

bixbyr avatar Dec 15 '23 05:12 bixbyr

You can use https://github.com/math-a3k/django-bootstrap-v5.git#egg=django-bootstrap-v5 in the meantime

math-a3k avatar Feb 01 '24 23:02 math-a3k

pinging this

shawnwall avatar Apr 15 '24 18:04 shawnwall

DO NOT USE THIS PACKAGE

In the documentation you should clearly write that this package does not support Django 5.

As it is now where the package uninstall Django 5 and install Django 4 without warning is unacceptable.

oschelde avatar May 03 '24 04:05 oschelde

Any news when Django >= 5 will be supported?

LeskoIam avatar Jun 05 '24 14:06 LeskoIam

In the documentation you should clearly write that this package does not support Django 5.

I also stumbled across this, but it clearly states in the metadata, that Django 5 is not supported. And the README cleary states, that this project is no longer maintained.

The suggested Package https://github.com/zostera/django-bootstrap5 worked for me with minimal changes.

the-working-rene avatar Oct 15 '24 09:10 the-working-rene