Skip to content

Releases: pdelboca/django-dcat

v0.0.9

28 May 15:46
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

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

07 Jan 15:03
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
  • Add missing migration file that add help_text to all models.

v0.0.7

07 Jan 14:55
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
  • Add help_text to the models.
  • Make property download_url optional.

v0.0.6

06 Jan 21:02
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • Catalog's Licence field should not be mandatory.

v0.0.5

05 Jan 20:45
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • File is no longer mandatory in Distributions (it could be an external URL)
  • Add external_access_url to handle references to distribution hosted in other catalogs

v0.0.4

05 Jan 16:08
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Adds optional landing_page property to dataset

v0.0.3

05 Jan 15:44
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Fixing Agent type field. It is recommended and not mandatory.

v0.0.2

21 Dec 17:43
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • 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 to licence
  • themes and description are now optional fields (Dataset)

Full Changelog: v0.0.1...v0.0.2

v0.0.1

20 Dec 19:24
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release