Open dyve opened 5 years ago
django_tables2/data.py:167: UserWarning: Table data is of type <class 'class1'> but <class 'class2'> is specified in Table.Meta.model
This warning should provide some sort of stack trace.
I replaced Table in the autogenerated tables names with AutogeneratedTable. This is not a complete solution, but will hopefully improve this situation a bit.
Table
AutogeneratedTable
django_tables2/data.py:167: UserWarning: Table data is of type <class 'class1'> but <class 'class2'> is specified in Table.Meta.model
This warning should provide some sort of stack trace.