We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Guys!
I have a error:
I have an error
datatableview.exceptions.ColumnError: Unhandled model field <django.db.models.fields.BinaryField: raw_data>.
in my models:
class Messages(models.Model): raw_data = models.BinaryField(blank=True, null=True)
I think it's BinaryField is not registered in the column list (too) https://github.com/pivotal-energy-solutions/django-datatable-view/blob/master/docs/datatableview/columns.rst
What i need to do?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Guys!
I have a error:
I have an error
in my models:
I think it's BinaryField is not registered in the column list (too)
https://github.com/pivotal-energy-solutions/django-datatable-view/blob/master/docs/datatableview/columns.rst
What i need to do?
The text was updated successfully, but these errors were encountered: