Skip to content

refactor: convert TextField to CharField #1

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

deepsource-autofix[bot]
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.
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