root: fix date settings

This commit is contained in:
Jens Langhammer 2021-03-08 15:24:11 +01:00
parent 2e2840c71e
commit d150851ff5
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ SWAGGER_SETTINGS = {
REST_FRAMEWORK = {
"DEFAULT_PAGINATION_CLASS": "authentik.api.pagination.Pagination",
"PAGE_SIZE": 100,
"DATETIME_FORMAT": "%s",
"DEFAULT_FILTER_BACKENDS": [
"rest_framework_guardian.filters.ObjectPermissionsFilter",
"django_filters.rest_framework.DjangoFilterBackend",