zelenij / django-bootstrap-v5

Bootstrap 5 integration with Django.
https://django-bootstrap-v5.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
102 stars 44 forks source link

Pypi release 1.0.11 does not support Django 5.0 #33

Open bixbyr opened 10 months ago

bixbyr commented 10 months ago

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.

math-a3k commented 9 months ago

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

shawnwall commented 6 months ago

pinging this

oschelde commented 6 months ago

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.

LeskoIam commented 5 months ago

Any news when Django >= 5 will be supported?

the-working-rene commented 2 weeks ago

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.