inspectdb errors: missing 1 required positional argument: 'collation'

216 views
Skip to first unread message

Stephan van Beerschoten

unread,
Jun 23, 2021, 11:19:18 AM6/23/21
to Django users
I'm trying to recreate my models using inspectdb, but for some reason I'm now getting this output in my file:

from django.db import models
# Unable to inspect table 'AAA'
# The error was: <lambda>() missing 1 required positional argument: 'collation'
# Unable to inspect table 'BBB'
# The error was: <lambda>() missing 1 required positional argument: 'collation'

What's going on here? 

Thanks,
Stephan
Reply all
Reply to author
Forward
0 new messages