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

Run tests against Django 4.x #361

Merged
merged 2 commits into from
Oct 31, 2022
Merged

Run tests against Django 4.x #361

merged 2 commits into from
Oct 31, 2022

Conversation

michael-k
Copy link
Contributor

Django 4.0 was released in December 2021 and Django 4.1 in August 2022. Both are non-LTS releases. The next LTS will be 4.2 (the last release in the 4.x series) which is expected in April 2023.

Issue #, if available: n/a

Description of changes: Adjust tox.ini and update test imports for Django 4 compatibility. (The updated import works with all releases since Django 2.0, see django/django#7482.)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Django 4.0 was released in December 2021[1] and Django 4.1 in August
2022[2].  Both are non-LTS releases.  The next LTS will be 4.2 (the
last release in the 4.x series) which is expected in April 2023.

[1] https://www.djangoproject.com/weblog/2021/dec/07/django-40-released/
[2] https://www.djangoproject.com/weblog/2022/aug/03/django-41-released/
@michael-k michael-k requested a review from a team as a code owner October 18, 2022 17:05
Copy link
Contributor

@carolabadeer carolabadeer left a comment

Choose a reason for hiding this comment

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

LGTM

@carolabadeer carolabadeer merged commit 6e30483 into aws:master Oct 31, 2022
@michael-k michael-k deleted the django4 branch November 3, 2022 10:07
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