Skip to content

Commit

Permalink
Django 4.2 (#48)
Browse files Browse the repository at this point in the history
* Remove USE_L10N and ES_INDICES_CLIENT

* Update Django to 4.2.8
  • Loading branch information
clairempr committed Dec 17, 2023
1 parent 8708a2b commit 935dd7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion letterpress/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_L10N = True
USE_TZ = True

# Static files (CSS, JavaScript, Images)
Expand Down
3 changes: 0 additions & 3 deletions letters/es_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import ssl

from elasticsearch import Elasticsearch
from elasticsearch.client import IndicesClient

from django.conf import settings

Expand All @@ -18,8 +17,6 @@
ssl_version=ssl.TLSVersion.TLSv1_3
)

ES_INDICES_CLIENT = IndicesClient

# Settings for custom analyzer
AMPERSAND_REPLACEMENT = 'DHPEOPIJOJOIUYTUXBTEEXFGOPMBFR'

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
beautifulsoup4==4.11.1
bokeh==2.4.3
coverage==6.4.1
Django==4.1.13
Django==4.2.8
django-coverage-plugin==2.0.3
django-date-extensions==3.1.2
django-environ==0.9.0
Expand Down

0 comments on commit 935dd7d

Please sign in to comment.