Skip to content

Commit

Permalink
chore: fix removedindjango50 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Sep 7, 2023
1 parent 6d3e0fb commit 0dbbe5a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions rdmo/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True

LOGIN_URL = '/account/login/'
Expand Down
1 change: 0 additions & 1 deletion testing/config/settings/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
'TEST': {
'CHARSET': 'utf8',
'COLLATION': 'utf8_general_ci',
'SERIALIZE': False,
},
'OPTIONS': {
'init_command': "SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));"
Expand Down
1 change: 0 additions & 1 deletion testing/config/settings/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
'USER': 'postgres_user',
'PASSWORD': 'postgres_password',
'HOST': '127.0.0.1',
'TEST': {'SERIALIZE': False},
}
}
1 change: 0 additions & 1 deletion testing/config/settings/sqlite3.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'db.sqlite3',
'TEST': {'SERIALIZE': False},
}
}

0 comments on commit 0dbbe5a

Please sign in to comment.