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 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e08760df-95a9-43e1-b36e-514d373c838en%40googlegroups.com.

