Releases: pdelboca/django-dcat
Releases · pdelboca/django-dcat
v0.0.9
What's Changed
This realease adds a POC version of a jsonld serialization for models.
Calling catalog.to_jsonld()
should generate a ready to publish dictionary with the most important mandatory fields of Catalog
, Agent
, Dataset
and Distribution
.
More fields will be added to the serializer in the future
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
- Add
Keyword
model - Add
homepage
property to Catalog - Make data-theme code unique and longer since it can be slug of label
license
property has been renamed tolicence
themes
anddescription
are now optional fields (Dataset)
Full Changelog: v0.0.1...v0.0.2