Skip to content

Commit 4cc23df

Browse files
committed
chore(api): update dj-database-url dependency, add django_cockroachdb for cockroach support
1 parent b566ff6 commit 4cc23df

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

api/poetry.lock

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

api/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pyparsing = "~2.4.7"
112112
requests = "~2.32.4"
113113
six = "~1.16.0"
114114
whitenoise = "~6.0.0"
115-
dj-database-url = "~0.5.0"
115+
dj-database-url = "~3.0.1"
116116
drf-nested-routers = "~0.92.1"
117117
shortuuid = "~1.0.1"
118118
sendgrid-django = "~4.2.0"
@@ -166,6 +166,7 @@ tzdata = "^2024.1"
166166
djangorestframework-simplejwt = "^5.3.1"
167167
structlog = "^24.4.0"
168168
prometheus-client = "^0.21.1"
169+
django_cockroachdb = "~4.2"
169170

170171
[tool.poetry.group.auth-controller]
171172
optional = true

docs/docs/deployment/hosting/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ The following table lists the configurable parameters of the chart and their def
385385
| `postgresqlUsername` | | `postgres` |
386386
| `postgresqlPassword` | | `flagsmith` |
387387
| `databaseExternal.enabled` | use an external database. Specify database URL, or all parts. | `false` |
388-
| `databaseExternal.url` | See [schema](https://github.com/kennethreitz/dj-database-url#url-schema). | |
389-
| `databaseExternal.type` | Note: Only postgres supported by default images. | `postgres` |
388+
| `databaseExternal.url` | See [schema](https://github.com/jazzband/dj-database-url#url-schema). | |
389+
| `databaseExternal.type` | See [supported databases](https://github.com/jazzband/dj-database-url#supported-databases). | `postgres` |
390390
| `databaseExternal.port` | | 5432 |
391391
| `databaseExternal.database` | Name of the database within the server | |
392392
| `databaseExternal.username` | | |

0 commit comments

Comments
 (0)