Skip to content

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

v1.8.0

18 Dec 08:38
Compare
Choose a tag to compare

1.8.0 (2024-12-17)

Features

  • deps: add django-removals dependency and add it to installed apps (d60dfbb), closes #122
  • views: replace utils with views (ce4e839), closes #134

Bug Fixes

  • settings: add HistoryRequestMiddleware (7e66df2), closes #93
  • settings: replace os.path with pathlib.Path (d0c77ba)
  • settings: set DEFAULT_AUTO_FIELD (1208d9c)

v1.7.0

03 Dec 11:05
Compare
Choose a tag to compare

1.7.0 (2024-12-03)

Features

  • urls: include staticfiles_urlpatterns in default urls (19101c7), closes #131

v1.6.1

29 Nov 10:03
Compare
Choose a tag to compare

1.6.1 (2024-11-29)

Bug Fixes

  • settings: set LOGIN_REDIRECT_URL to / (18eea29)

v1.6.0

22 Nov 10:27
Compare
Choose a tag to compare

1.6.0 (2024-11-22)

Features

  • settings: point LOGIN_URL to the default APIS login route (4866b48), closes #123

Documentation

  • settings: point all Django documentation links to stable docs (e08771a)

v1.5.0

06 Nov 09:32
Compare
Choose a tag to compare

1.5.0 (2024-11-06)

Features

  • settings: allow to set DEBUG from environment (1677bf4)

Bug Fixes

  • urls: drop inclusion of webpage app in urls (fb3947c), closes #114

v1.4.0

18 Oct 06:49
Compare
Choose a tag to compare

1.4.0 (2024-10-18)

Features

  • deps: add opentelemetry dependencies (845b4b2)

Bug Fixes

  • templates: translate the imprint link (5ded88c)

v1.3.0

17 Oct 09:26
Compare
Choose a tag to compare

1.3.0 (2024-10-17)

Features

  • settings: reuse PUBLIC_URL for APIS_BASE_URI (f71b5b7), closes #107

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)