apis-acdhch-default-settings 2.8.0__tar.gz → 2.10.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (21) hide show
  1. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/CHANGELOG.md +14 -0
  2. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/PKG-INFO +2 -2
  3. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/apis_acdhch_default_settings/settings.py +1 -1
  4. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/pyproject.toml +2 -2
  5. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/.github/dependabot.yml +0 -0
  6. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/.github/workflows/add-to-project.yml +0 -0
  7. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/.github/workflows/linters.yml +0 -0
  8. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/.github/workflows/publish.yml +0 -0
  9. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/.github/workflows/release-please.yml +0 -0
  10. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/.gitignore +0 -0
  11. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/LICENSE +0 -0
  12. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/README.md +0 -0
  13. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/apis_acdhch_default_settings/__init__.py +0 -0
  14. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/apis_acdhch_default_settings/ldapauth.py +0 -0
  15. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/apis_acdhch_default_settings/locale/de/LC_MESSAGES/django.mo +0 -0
  16. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/apis_acdhch_default_settings/locale/de/LC_MESSAGES/django.po +0 -0
  17. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/apis_acdhch_default_settings/querysets.py +0 -0
  18. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/apis_acdhch_default_settings/templates/base.html +0 -0
  19. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/apis_acdhch_default_settings/templates/imprint.html +0 -0
  20. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/apis_acdhch_default_settings/urls.py +0 -0
  21. {apis_acdhch_default_settings-2.8.0 → apis_acdhch_default_settings-2.10.0}/apis_acdhch_default_settings/views.py +0 -0
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.10.0](https://github.com/acdh-oeaw/apis-acdhch-default-settings/compare/v2.9.0...v2.10.0) (2025-06-10)
4
+
5
+
6
+ ### Features
7
+
8
+ * **settings:** drop crispy_bootstrap4 from INSTALLED_APPS ([6ce2983](https://github.com/acdh-oeaw/apis-acdhch-default-settings/commit/6ce2983ba90e112a6e0f275116e39c9f1d6fc503))
9
+
10
+ ## [2.9.0](https://github.com/acdh-oeaw/apis-acdhch-default-settings/compare/v2.8.0...v2.9.0) (2025-05-22)
11
+
12
+
13
+ ### Features
14
+
15
+ * **settings:** add context processor for lang vars ([9ab8245](https://github.com/acdh-oeaw/apis-acdhch-default-settings/commit/9ab824592f22e5b4b9b3d019c84d1fdf97bc1c56)), closes [#210](https://github.com/acdh-oeaw/apis-acdhch-default-settings/issues/210)
16
+
3
17
  ## [2.8.0](https://github.com/acdh-oeaw/apis-acdhch-default-settings/compare/v2.7.0...v2.8.0) (2025-05-16)
4
18
 
5
19
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apis-acdhch-default-settings
3
- Version: 2.8.0
3
+ Version: 2.10.0
4
4
  Summary: Default settings for APIS instances at the ACDH-CH
5
5
  Project-URL: source, https://github.com/acdh-oeaw/apis-acdhch-default-settings
6
6
  Project-URL: changelog, https://github.com/acdh-oeaw/apis-acdhch-default-settings/blob/main/CHANGELOG.md
@@ -10,7 +10,7 @@ License-Expression: MIT
10
10
  License-File: LICENSE
11
11
  Requires-Python: >=3.11
12
12
  Requires-Dist: apis-core-rdf>=0.40.0
13
- Requires-Dist: dj-database-url<3.0,>=2.0.0
13
+ Requires-Dist: dj-database-url<4.0,>=2.0.0
14
14
  Requires-Dist: django-allow-cidr<0.8,>=0.6
15
15
  Requires-Dist: django-auth-ldap<6.0,>=4.6.0
16
16
  Requires-Dist: django-csp<4.0,>=3.7
@@ -22,7 +22,6 @@ INSTALLED_APPS = [
22
22
  "django.contrib.staticfiles",
23
23
  "django_removals",
24
24
  "crispy_forms",
25
- "crispy_bootstrap4",
26
25
  "crispy_bootstrap5",
27
26
  "django_filters",
28
27
  "django_tables2",
@@ -132,6 +131,7 @@ TEMPLATES = [
132
131
  "OPTIONS": {
133
132
  "context_processors": [
134
133
  "django.template.context_processors.debug",
134
+ "django.template.context_processors.i18n",
135
135
  "django.template.context_processors.request",
136
136
  "django.contrib.auth.context_processors.auth",
137
137
  "django.contrib.messages.context_processors.messages",
@@ -1,13 +1,13 @@
1
1
  [project]
2
2
  name = "apis-acdhch-default-settings"
3
- version = "2.8.0"
3
+ version = "2.10.0"
4
4
  description = "Default settings for APIS instances at the ACDH-CH"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
7
7
  authors = [{ name = "Birger Schacht", email = "birger.schacht@oeaw.ac.at" }]
8
8
  license = "MIT"
9
9
  dependencies = [
10
- "dj-database-url>=2.0.0,<3.0",
10
+ "dj-database-url>=2.0.0,<4.0",
11
11
  "django-allow-cidr>=0.6,<0.8",
12
12
  "django-csp>=3.7,<4.0",
13
13
  "whitenoise>=5.2,<7.0",