Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Django 5 #107

Merged
merged 4 commits into from
Dec 9, 2023
Merged

Add support for Django 5 #107

merged 4 commits into from
Dec 9, 2023

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Dec 9, 2023

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

  • django-bootstrap-datepicker-plus downgraded v5.0.4 --> v3.0.5

Approach

How does this change address the problem?

Issues solved in this PR

  • Python
  • Django

What has Changed

  • Python
  • Django

Blog Posts

@monim67 monim67 changed the title GitHub Actions: Test on current versions of Python and Django Add support for Django 5 Dec 9, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7151594333

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+2.1%) to 100.0%

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

💛 - Coveralls

@monim67 monim67 merged commit c83fd43 into monim67:master Dec 9, 2023
7 checks passed
@cclauss cclauss deleted the patch-1 branch December 9, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants