Skip to content
New issue

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

Unhandled model field:BinaryField: raw_data #223

Open
almerindo opened this issue Feb 11, 2019 · 0 comments
Open

Unhandled model field:BinaryField: raw_data #223

almerindo opened this issue Feb 11, 2019 · 0 comments

Comments

@almerindo
Copy link

almerindo commented Feb 11, 2019

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?

@almerindo almerindo changed the title Unhandled model field:TimeField: BinaryField: raw_data Unhandled model field:BinaryField: raw_data Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant