I've got an issue with validation Django User model schema generated by django-rest-framework

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.