tuffnatty / xsd_to_django_model

Generate Django models from an XSD schema description (and a bunch of hints)
GNU General Public License v3.0
25 stars 11 forks source link

Fix Python 3 compatibility #6

Closed andykingking closed 1 year ago

andykingking commented 5 years ago

Patches a couple places that don't work on Python 3 (3.7.4 tested) due to Unicode/Str changes.

krasnovmv commented 5 years ago

Также, считаю, необходимо создавать файлы для models_file и fields_file с указанием utf-8 кодировки, в противном случае, когда у xs:attribute в атрибуте используется символы отличные от латинских, json.dumps работает некорректно.