jieter / django-tables2

django-tables2 - An app for creating HTML tables
https://django-tables2.readthedocs.io/en/latest/
Other
1.9k stars 429 forks source link

UserWarning should provide more details #661

Open dyve opened 5 years ago

dyve commented 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.

jieter commented 5 years ago

I replaced Table in the autogenerated tables names with AutogeneratedTable. This is not a complete solution, but will hopefully improve this situation a bit.