Skip to content

Conversation

@ulgens
Copy link
Member

@ulgens ulgens commented Dec 4, 2025

Description

Improve Django 6.0 support

Motivation and Context

Relates to:

Checklist:

  • I have run the pre-commit run command to format and lint.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have added my name and/or github handle to AUTHORS.rst
  • I have added my change to CHANGES.rst
  • All new and existing tests passed.

@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ulgens ulgens force-pushed the support-django6.0 branch from a601bdf to 68f3c8b Compare December 4, 2025 02:18
ddabble
ddabble previously approved these changes Dec 9, 2025
Copy link
Member

@ddabble ddabble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@ulgens ulgens marked this pull request as draft December 9, 2025 12:49
@ulgens
Copy link
Member Author

ulgens commented Dec 9, 2025

Pushed a slight improvement for the version classifier used in test.yml, replacing

pip install --pre "Django==6.0"

with

pip install "Django>=6.0,<6.1"

@ulgens ulgens marked this pull request as ready for review December 9, 2025 12:53
@ulgens ulgens requested a review from ddabble December 9, 2025 12:53
@ddabble ddabble merged commit f24251e into django-commons:master Dec 9, 2025
28 checks passed
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.

2 participants