Upgrade to Django 4.2
There are many dependencies using APIs which seem to have been deprecated. Tried upgrading this over the holidays, but it seems there are issues. here are the previous reverts: https://github.com/unstructuredstudio/zubhub/pull/275
Instead of django 4+, maybe we should upgrade to 3.2. This is because django 3.2 will keep being supported even after django 4.0 and django 4.1 stops getting support. Here is a detailed description of that in graph https://www.djangoproject.com/download/
Hello @tuxology can I be assigned to this issue? I'll work on it
@tuxology Please let me know if this is a priority
Hi @srish @khallow7 @tuxology . Can you give me leads on how to go about this
@skynette See reverts #275 And try same with 3.2. If nothing breaks, we can upgrade
@tuxology I think it's time we upgrade our django version. I think we've had issues in the past with this because of our custom summernote hack and the fact that it doesn't work well with higher django and jquery versions. I will submit a PR to make the way we handle media upload via summernote less hacky, then we can upgrade the django 4.2 since it's the next LTS version.
we can proceed with this when #944 is merged