monim67 / django-bootstrap-datepicker-plus

Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django >= 2.0
https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
MIT License
223 stars 61 forks source link

Support Django 5 #106

Closed tuky closed 9 months ago

tuky commented 9 months ago

Heyo, Django 5 was just released, so I hope we can quickly support it. I assume that my change is not enough. Thank you for your support.

What has Changed

monim67 commented 9 months ago

Have you tested with Django 5?

tuky commented 9 months ago

Have you tested with Django 5?

We're only using the DatePickerInput, but yes, it is working fine. Tested it in our local environment by running

pip install django-bootstrap-datepicker-plus==5.0.4 Django==5.0 --no-deps