Skip to content

Commit

Permalink
Fixes for deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 14, 2024
1 parent d1ed51a commit af45c8b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jsonschema==4.17.3
# via
# -r requirements/base.in
# drf-spectacular
kombu==5.2.4
kombu==5.3.5
# via celery
markupsafe==2.1.2
# via jinja2
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jsonschema==4.17.3
# via
# -r requirements/base.txt
# drf-spectacular
kombu==5.2.4
kombu==5.3.5
# via
# -r requirements/base.txt
# celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jsonschema==4.17.3
# via
# -r requirements/ci.txt
# drf-spectacular
kombu==5.2.4
kombu==5.3.5
# via
# -r requirements/ci.txt
# celery
Expand Down
2 changes: 0 additions & 2 deletions src/objecttypes/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True

USE_THOUSAND_SEPARATOR = True
Expand Down

0 comments on commit af45c8b

Please sign in to comment.