Skip to content

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

@auvipy auvipy self-assigned this Feb 8, 2025
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.

3 participants