Skip to content

Releases: acdh-oeaw/apis-acdhch-default-settings

v1.2.2

14 Oct 10:11
Compare
Choose a tag to compare

1.2.2 (2024-10-14)

Bug Fixes

  • template: make imprint url handling more robust (1009f15)

v1.2.1

03 Oct 07:11
Compare
Choose a tag to compare

1.2.1 (2024-10-01)

Bug Fixes

  • settings: drop csvexport from INSTALLED_APPS (9963ca8), closes #100

v1.2.0

30 Sep 09:40
Compare
Choose a tag to compare

1.2.0 (2024-09-30)

Features

  • add imprint functionality (6384f3c)
  • settings: set GIT_REPOSITORY_URL variable (179b360)

v1.1.2

26 Sep 10:12
Compare
Choose a tag to compare

1.1.2 (2024-09-26)

Bug Fixes

  • settings: move apis_relations before apis_entities (ca045fd)

v1.1.1

05 Sep 08:42
Compare
Choose a tag to compare

1.1.1 (2024-09-05)

Bug Fixes

  • INSTALLED_APPS: move apis_core.core further down in the app list (7f4ded7)
  • INSTALLED_APPS: move apis_ontology before apis_core in app list (6ae85d3), closes #29

v1.1.0

19 Aug 08:36
Compare
Choose a tag to compare

1.1.0 (2024-08-19)

Features

  • settings: introduce logging configuration (1a534c6)

Bug Fixes

  • middlware: add middleware to prevent clickjacking (3105cea), closes #47
  • settings: drop unused settings (19aff16), closes #46
  • spectacular: set DEFAULT_GENERATOR_CLASS (41d3c49), closes #84

v1.0.0

08 Apr 08:52
Compare
Choose a tag to compare

1.0.0 (2024-04-08)

⚠ BREAKING CHANGES

  • drop reversion

Bug Fixes

v0.1.24

26 Jan 10:23
Compare
Choose a tag to compare

0.1.24 (2024-01-26)

Bug Fixes

v0.1.23

19 Jan 15:06
Compare
Choose a tag to compare

0.1.23 (2024-01-19)

Bug Fixes

  • add 'generic' app to INSTALLED_APPS (6e2d382)

v0.1.22

20 Dec 09:38
Compare
Choose a tag to compare

0.1.22 (2023-12-20)

Bug Fixes

  • set drf DEFAULT_PERMISSION_CLASSES to model permission (91c4457)
  • TEMPLATES: remove apis_ontology/templates from DIRS (e7945e0)
  • use random secret key instead of hardcoding it (0f7e9e3), closes #65