pakal / django-compat-patcher

A system to improve compatibility between different Django versions, and make upgrading dependencies less painful.
MIT License
13 stars 2 forks source link

Add trivial fixers for Django3.1 #17

Closed pakal closed 3 years ago

pakal commented 4 years ago

Compatibility imports, aliases and such - see https://docs.djangoproject.com/en/3.1/releases/3.1/#id1

pakal commented 3 years ago

Only trivial fixes remaining for 3.1: old staticfiles and tag libraries

pakal commented 3 years ago

Most interesting fixers should now be in master, awaiting next release