Skip to content

Generating models from database introspection fails with missing 1 required positional argument: 'collation' #31

@jwettenhall

Description

@jwettenhall

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions