Skip to content

Commit

Permalink
fix: legacy check
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Jul 12, 2024
1 parent 0371f9a commit 350fda1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/firefighter/firefighter/settings/environments/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ def _custom_show_toolbar(request: HttpRequest) -> bool:
"no-unique-together",
# Require non empty `upload_to` argument:
"field-file-upload-to",
# Use the indexes option instead:
"no-index-together",
# Each model must be registered in admin:
# "model-admin",
# FileField/ImageField must have non-empty `upload_to` argument:
Expand Down

0 comments on commit 350fda1

Please sign in to comment.