-
Notifications
You must be signed in to change notification settings - Fork 77
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 Django4 #23
base: master
Are you sure you want to change the base?
Add support for Django4 #23
Conversation
https://build.opensuse.org/request/show/957599 by user mcepl + dimstar_suse - Add django4.patch to allow compatibility with Django 4 (gh#Fantomas42/django-tagging#23).
Is this project still alive? |
* Add a patch to incorporate an upstream pull-request [1] to address the Django 2.2 deprecation [2] and set dependency to Django 3.2. PR: 263216, 261313 [2] Obtained from: [1] Fantomas42/django-tagging#23
* Add a patch to incorporate an upstream pull-request [1] to address the Django 2.2 deprecation [2] and set dependency to Django 3.2. PR: 263216, 261313 [2] Obtained from: [1] Fantomas42/django-tagging#23
?? |
Any updates? |
We use the patches from this PR also within Debian to keep django-tagging within the archive usable.
https://ci.debian.net/data/autopkgtest/unstable/amd64/p/python-django-tagging/29984367/log.gz I'm not a expert for regular expressions, but to me it looks like the used regexp would need an update and adjustment. Someone of the involved people here can come up with a suggested modification? I'm happy to test that. |
The ?u is a flag to switch to Unicode matching. Placing it in the middle of the regex string was removed as it is ambigious. |
@Fantomas42 looks like many people/projects uses this django-app including the widelands website which i maintain. Some reaction would be nice 😃 |
Issues has been disabled on this repository. Feels like this project needs a new maintainer. https://github.com/Fantomas42 has had no github activity for two years, since late 2020. However good news is there are two other maintainers with PyPI access according to https://pypi.org/project/django-tagging/ , so we could arrange for a repo fork to take over maintenance, without needing a project rename also. @brosner and @insin , are one of you able to help ? |
Hi @Fantomas42 , @brosner and @insin 👋🏼 Would you have time to consider making a release to support the latest Django version? Please let me know if I can help in any way. Many thanks! |
I've made a new release of this library with django 4.2 support here: https://github.com/ccnmtl/django-tagging/releases/tag/0.5.1 It's not on pypi but you can use this wheel file. |
No description provided.