Skip to content

Releases: acdh-oeaw/apis-core-rdf

v0.12.5

31 Jan 12:40
Compare
Choose a tag to compare

0.12.5 (2024-01-31)

Bug Fixes

  • exclude metadata field from legacy api viewset stuff (dd2fb57)

v0.12.4

31 Jan 11:45
Compare
Choose a tag to compare

0.12.4 (2024-01-31)

Bug Fixes

  • generic: don't allow access to admin, auth and sessions (ff43fc8)

v0.12.3

31 Jan 08:26
Compare
Choose a tag to compare

0.12.3 (2024-01-31)

Bug Fixes

  • apis_entities: add more information to autocomplete results (db1c0c7)
  • generic: only show table actions if user has required permissions (79d74a3), closes #584

v0.12.2

30 Jan 16:40
Compare
Choose a tag to compare

0.12.2 (2024-01-30)

Bug Fixes

  • use the ListViewObjectFilterMixin in the generic.views.List view (94734dc)

v0.12.1

30 Jan 15:26
Compare
Choose a tag to compare

0.12.1 (2024-01-30)

Bug Fixes

  • api_routers: fix generic_serializer_creation_factory (eeb7430), closes #577
  • drop TextSerializer and use GenericHyperlinkedModelSerializer (5c0091b)

v0.12.0

30 Jan 09:48
Compare
Choose a tag to compare

0.12.0 (2024-01-30)

Features

  • generic: allow to extend autocomplete results with custom results (cbad572)
  • generic: implement extendable importer (06ad57b), closes #541

Documentation

  • document extending the autocomplete endpoint (8f1613b)
  • document importing data from external resources (280413e)
  • update readme (bba2c8c)

v0.11.3

27 Jan 09:26
Compare
Choose a tag to compare

0.11.3 (2024-01-26)

Bug Fixes

  • apis_entities: fix accidently removed form save (33792cc)

v0.11.2

26 Jan 10:53
Compare
Choose a tag to compare

0.11.2 (2024-01-26)

Bug Fixes

  • add missing skoscollection migration (7c8d861)
  • generic: the permission string must also contain the app_label (8140a3d)

v0.11.1

25 Jan 09:45
Compare
Choose a tag to compare

0.11.1 (2024-01-25)

Bug Fixes

  • collections: add collection_content_objects templatetag (865754a)
  • collections: set default order of SkosCollection (88543d2)
  • let users override generic views (7b30880)

v0.11.0

24 Jan 11:54
Compare
Choose a tag to compare

0.11.0 (2024-01-24)

Features

  • add collections app (6e6753e)
  • allow to exclude fields from table columns (92cba82)

Documentation

  • add documentation for new collections app (e5020be)