Skip to content
Snippets Groups Projects
Verified Commit 5ca94c39 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'master' into 571-age-calculation-broken

parents c6a879ae 20fa5448
No related branches found
No related tags found
1 merge request!823Resolve "Place of birth is None if unset"
Pipeline #45434 passed with warnings
......@@ -22,6 +22,7 @@ Fixed
* Admins were redirected to their user preferences
while they wanted to edit the preferences of another user.
* Some CharFields were using NULL values in database when field is empty
* Optional dependecy `sentry-sdk` was not optional
Changed
~~~~~~~
......
This diff is collapsed.
......@@ -118,7 +118,7 @@ sentry-sdk = {version = "^1.4.3", optional = true}
[tool.poetry.extras]
ldap = ["django-auth-ldap"]
s3 = ["boto3", "django-storages"]
sentry = ["sentry"]
sentry = ["sentry-sdk"]
[tool.poetry.dev-dependencies]
aleksis-builddeps = "^5"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment