jazzband / django-hosts

Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
http://django-hosts.rtfd.org
Other
979 stars 107 forks source link

New release #134

Closed stianjensen closed 2 years ago

stianjensen commented 2 years ago

Will there be a new release any time soon?

I see that several deprecation warnings from Django are already fixed on master, and will be needed before Django 4 is released in December this year.

stianjensen commented 2 years ago

Django 4.0 is released today, and the latest django-hosts release does not support it (but the issues are fixed on master).

gaige commented 2 years ago

@timgraham Not sure if this made it to your radar, but Django 4.0 is now out, and these changes are necessary for compatibility.

timgraham commented 2 years ago

A PR similar to https://github.com/jazzband/django-hosts/commit/55634e5dd5cce33619dcb641c5e3c6a9c85e7caa is needed.

stianjensen commented 2 years ago

Created one: https://github.com/jazzband/django-hosts/pull/140

timgraham commented 2 years ago

django-hosts 5.0 is on PyPI.