Added `DOC_PREPROCESSOR` setting.
Added support for `xs:unsignedInt` type.
More accurate XSD namespaces handling.
Warn when a column name exceeds 63 characters, do not fail.
Fixed JSON `attrs` inheritance in child models.
Fixed mapping of XSD types to model names with complex rules.
Do not emit model code for dependent models with `skip_code` set to `True`.
Fixed Python 3 / Django 2 compatibility in generated models code.