Tobías Lifschitz
Tobías Lifschitz
Same same! This feature would be highly appreciated :)
Hello! I am having a very similar issue, I depend on that exception to check if a message is correctly parsed but I only get that runtime warning message. Could...
Please check this workaround: https://github.com/tlifschitz/django-more/commit/0ab591396e1590722fdfbafb19bcfa51a03d9d2e This change turns this migration: ``` class Migration(migrations.Migration): dependencies = [] operations = [ django_enum.operations.AlterEnum( db_type='my_enum_type', add_values=['new_value_1', 'new_value_2'], ), ] ``` From this invalid SQL...
Just for the record, in our application we use custom protobuf messages and the wrongly decoded messages we are seeing are not empty but with random invalid data, as shown...
@kdewald pls review