You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the current rev is using Django-Select2 version 4 but I'm showing a Django-Select2 (5.8.10) on pip list after following install and trying initial migrate
File "/Users/bbrown/Accountant/myactenv/src/django-accounting/accounting/apps/people/forms.py", line 6, in
from django_select2 import (
ImportError: cannot import name 'AutoModelSelect2Field'
The text was updated successfully, but these errors were encountered:
I have the same issue, changing to Django-Select2==4.3.2 I get an error:
django.db.utils.OperationalError: fe_sendauth: no password supplied
After modifying the code in the django-accounting dependency to use Django-Select2 version 5 I can get a login screen showing but then get an error: TypeError: process() missing 1 required positional argument: 'stream'.
Looks like the current rev is using Django-Select2 version 4 but I'm showing a Django-Select2 (5.8.10) on pip list after following install and trying initial migrate
File "/Users/bbrown/Accountant/myactenv/src/django-accounting/accounting/apps/people/forms.py", line 6, in
from django_select2 import (
ImportError: cannot import name 'AutoModelSelect2Field'
The text was updated successfully, but these errors were encountered: