When running the following Django command to attempt to generate a model from a database table:
python manage.py inspectdb [table_name]
the following error is displayed:
# Unable to inspect table 'table_name'
# The error was: <lambda>() missing 1 required positional argument: 'collation'
Versions:
django-informixdb 1.10.0
Django 3.2.8