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

Add support for Django 5 #107

Closed cclauss closed 9 months ago

cclauss commented 9 months ago

PR Description

GitHub Actions: Test on current versions of Python and Django

Fixes: #106

Purpose

GitHub Actions: Test on current versions of Python and Django

% python3.12 -m venv .venv % source .venv/bin/activate % pip install --upgrade pip % pip install django==5.0 django-bootstrap-datepicker-plus==5.0.4 --> Failure % pip install django==5.0 django-bootstrap-datepicker-plus --> Success but with

Approach

How does this change address the problem?

Issues solved in this PR

What has Changed

Blog Posts

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7151594333


Totals Coverage Status
Change from base Build 5437774780: 2.1%
Covered Lines: 139
Relevant Lines: 139

💛 - Coveralls