hovel / pybbm

Django forum solution. Tested, documented, shipped with example project.
BSD 2-Clause "Simplified" License
225 stars 151 forks source link

Django 3.0+ incompatible #292

Closed Danos2000 closed 1 year ago

Danos2000 commented 3 years ago

I just had to upgrade my Django to 3.1, and pybb gives errors like:

File ".../python3.6/site-packages/pybb/models.py", line 10, in <module> from django.utils.encoding import python_2_unicode_compatible ImportError: cannot import name 'python_2_unicode_compatible'

Any plans to update to Django 3 compatibility?

Thanks, --Dan

DylannCordel commented 1 year ago

Hi @Danos2000

See #294

lampslave commented 1 year ago

Thanks to @DylannCordel, pybbm now supports django 3.2 :)