-
Notifications
You must be signed in to change notification settings - Fork 186
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
Django4.0 compatibility #211
Conversation
Can someone please arrange this? Really need Django upgrade. |
I will try to review & merge this weekend. |
I there any update on this. We need the new version. |
Sorry can you please add django 4.0 support into the .github/workflows/build.yml as that's where tests are officially run from? |
@jheld sure |
@aymaneMx apologies but there is a bit more work to do on the test runner in github. Can you add similar exclude lines to what 3.2 has? I'll approve the test run now so we can easily see the failures but will wait to merge until those are configured differently. |
please see pypi for version |
how's the feedback? are we safe to cut the official release? |
I'm developing with Django 4 and Easy Audit since #213, haven't seen any errors so far. But thing to note I did not monitor Easy Audit closely too. |
I've been running Django 4.0.3 and |
release Happy to cut the official release with an approval on usage of that version. |
What does this do?
force_text
withforce_str
smart_text
withsmart_str
from django.conf.urls import url
withfrom django.urls import re_path
closes: #206