-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "lenient" file-checking mode #10862
Comments
jacobtylerwalls
added a commit
that referenced
this issue
May 2, 2024
6 tasks
jacobtylerwalls
added a commit
that referenced
this issue
May 2, 2024
jacobtylerwalls
added a commit
that referenced
this issue
Jun 14, 2024
jacobtylerwalls
added a commit
that referenced
this issue
Jun 17, 2024
jacobtylerwalls
changed the title
Remove
Add "lenient" file-checking mode
Jun 17, 2024
FILE_TYPE_CHECKING
setting
jacobtylerwalls
added a commit
that referenced
this issue
Jun 18, 2024
jacobtylerwalls
added a commit
that referenced
this issue
Jun 25, 2024
jacobtylerwalls
added a commit
that referenced
this issue
Jun 25, 2024
jacobtylerwalls
added a commit
that referenced
this issue
Jun 25, 2024
6 tasks
Fixed in #10863 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
validate_file_type()
runs some safety checks on uploaded files:... but only if
FILE_TYPE_CHECKING = True
.Proposal:
change new project template to set FILE_TYPE_CHECKING = True in 7.6Emit DeprecationWarning if it's set FalseRemove the setting in 8.0The text was updated successfully, but these errors were encountered: