Skip to content

Commit 3d7b778

Browse files
authored
Merge branch 'main' into feat/drop-sass-native-css
2 parents e7e20fd + b806afa commit 3d7b778

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

pydotorg/settings/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747

4848
TIME_ZONE = "UTC"
4949
LANGUAGE_CODE = "en-us"
50+
LANGUAGES = [
51+
("en-us", "English"),
52+
]
5053
USE_I18N = True
5154
USE_TZ = True
5255

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"django-markupfield==2.0.1",
4545
"django-allauth==65.13.0",
4646
"django-waffle==2.2.1",
47-
"djangorestframework==3.14.0",
47+
"djangorestframework==3.15.2",
4848
"django-filter==25.1",
4949
"django-ordered-model==3.7.4",
5050
"django-widget-tweaks==1.5.0",

uv.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)