turkle icon indicating copy to clipboard operation
turkle copied to clipboard

Upgrade to Django 4

Open cash opened this issue 2 years ago • 1 comments

Big changes in Django 4:

  • Python 3.8 or greater (we currently support python 3.6 or greater)

Nothing else jumps out to me. Timezone handling is different so we would have to test that. There are some changes to rendering forms.

My impression right now is that there are packages that still haven't been updated to work with Django 4.0. django-admin-autocomplete-list-filter does not have a release yet that supports it. django-guardian does support it.

I plan to hold off for now.

cash avatar Nov 08 '22 18:11 cash