Skip to content

refactor: convert TextField to CharField#1

Open
deepsource-autofix[bot] wants to merge 1 commit intomainfrom
deepsource-autofix-c3baab0d
Open

refactor: convert TextField to CharField#1
deepsource-autofix[bot] wants to merge 1 commit intomainfrom
deepsource-autofix-c3baab0d

Conversation

@deepsource-autofix
Copy link
Contributor

CharField highlighted in the issue has a max_length > 256. It is recommended to use TextField for such long fields. CharField should only be used for smaller strings.

`CharField` highlighted in the issue has a `max_length` > 256. It is recommended to use `TextField` for such long fields. `CharField` should only be used for smaller strings.
@deepsource-io
Copy link
Contributor

deepsource-io bot commented Jul 20, 2024

Here's the code health analysis summary for commits 9fab5ac..9eca817. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython✅ Success
🎯 1 occurence resolved
View Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants