File tree Expand file tree Collapse file tree 3 files changed +1151
-859
lines changed Expand file tree Collapse file tree 3 files changed +1151
-859
lines changed Original file line number Diff line number Diff line change 8484
8585# Internal datetimes are timezone-aware, so this only affects rendering and form input
8686TIME_ZONE = 'UTC'
87- # https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-USE_TZ
88- # TODO: this defaults to True starting with Django 5. Remove this when we upgrade
89- USE_TZ = True
9087
9188DATABASES = {
9289 'default' : {
Original file line number Diff line number Diff line change @@ -11,12 +11,9 @@ classifiers = ["Private :: Do Not Upload"]
1111dependencies = [
1212 " boto3" ,
1313 " celery" ,
14- " dandi" , # minimal version is also provided in API /info
15- # Pin dandischema to exact version to make explicit which schema version is being used
16- " dandischema" , # schema version 0.6.10
14+ " dandi" ,
15+ " dandischema" ,
1716 " django[argon2]" ,
18- # Pin to version where this bug is fixed
19- # https://codeberg.org/allauth/django-allauth/issues/4072
2017 " django-allauth" ,
2118 " django-auth-style" ,
2219 " django-click" ,
You can’t perform that action at this time.
0 commit comments