-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
[deps] Add support for django 3.2 and django 4.0 alpha #255
Labels
Comments
nemesifier
added
enhancement
Hacktoberfest
Easy issues for attracting Hacktoberfest participants.
labels
Sep 26, 2021
Hey I am interested in contributing to the open wisp ecosystem. Can you tell me what needs to be done? |
Hi @bamblebam and welcome, the task consists in running this module with the django versions mentioned, fix any tests which may fail, update the CI config accordingly: https://github.com/openwisp/openwisp-utils/blob/master/.github/workflows/ci.yml#L24-L29. |
Alright I will take a look |
codesankalp
added a commit
to codesankalp/openwisp-utils
that referenced
this issue
Oct 14, 2021
Fixed all the tests and issues related to django 3.2 and 4.0 alpha. Closes openwisp#255
This was referenced Oct 14, 2021
nemesifier
pushed a commit
that referenced
this issue
Oct 15, 2021
pandafy
pushed a commit
that referenced
this issue
Feb 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Let's make sure this module can run with Django 3.2 and Django 4.0 alpha.
Let's also test with python 3.8 on CI. We can drop python 3.6 and django 2.2.
The text was updated successfully, but these errors were encountered: