ecometrica / django-multisite

Multisite in django — use one Django app to serve multiple domains
BSD 3-Clause "New" or "Revised" License
138 stars 42 forks source link

About Django 3.2 support #80

Open joshyu opened 2 years ago

joshyu commented 2 years ago

Is there any plan when to release a new version to support Django 3.2?

joshyu commented 2 years ago

@delton-ecometrica @jwilliams-ecometrica when there will be a new version for Django 3.2?

marksweb commented 1 year ago

@joshyu I've been running a fork of this for 3.2 for a while now.

https://github.com/marksweb/django-multisite/tree/feature/django32

Next problem with moving it to django 4.x - a case of re-writing the test suite and the middleware.