Skip to content
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

Update models.py #780

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update models.py #780

wants to merge 2 commits into from

Conversation

tekintopuz
Copy link

validators warning for min and max values for models.DecimalField.

tekintopuz and others added 2 commits August 5, 2024 22:22
validators warning for min and max values for models.DecimalField.
@cclauss
Copy link
Contributor

cclauss commented Aug 5, 2024

Flake8:
django_celery_beat/models.py:97:80: E501 line too long (101 > 79 characters)
django_celery_beat/models.py:103:80: E501 line too long (103 > 79 characters)

@tekintopuz
Copy link
Author

I think all the errors of checks are related to human-readable strings. I just fixed warnings about decimal field validation. You can check and see the warning in Django

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.

2 participants