Skip to content
Snippets Groups Projects
Antoine Lambert's avatar
Antoine Lambert authored
When using the PostgreSQL backend for django database, models.BinaryField
colums are typed to memoryview while they are typed to bytes with
SQLite backend.

So handle both token types to fix errors in production since the
move to PostgreSQL backend.
fe53dbee
History