Releases: tuffnatty/xsd_to_django_model
Releases · tuffnatty/xsd_to_django_model
v0.7.6
Version 0.7.6.
- Add array_fields support
- Fixed related_name duplication when overridden.
- Prettified progress output.
v0.7.5
Version 0.7.5.
Added support for xs:gYearMonth
and xs:base64Binary
data types.
v0.7.4
Version 0.7.4.
Fix field_options
override for ManyToManyField
s.
Properly override GLOBAL_MODEL_OPTIONS
with local model options.
v0.7.3
Version 0.7.3. Fix behaviour when the default namespace is used in XSD both with and without prefix.
v0.7.2
Version 0.7.2. Fix choices for enum types
v0.5
Fixed lost attributes with include_parent_fields
v0.4
Allow field_options for attributes. Version 0.4.