Open
Description
I've got an issue with validation Django User model schema generated by django-rest-framework
error: bad escape \z
To mimic other engines drf changes python '\Z' to '\z` that cause problem with validation on python>3.6
Probably the same problem could happens with any other scheme, came from not-python backend.
Metadata
Metadata
Assignees
Labels
No labels