You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #91 we are introducing more Django checks and according to plans this number of checks will grown, so it's time to establish some rules of check messages levels and it's usage.
Django checks messages has following levels (they are similar to logging levels):
In #91 we are introducing more Django checks and according to plans this number of checks will grown, so it's time to establish some rules of check messages levels and it's usage.
Django checks messages has following levels (they are similar to
logging
levels):DEBUG
INFO
SUCCESS
WARNING
ERROR
Reference: https://docs.djangoproject.com/en/3.0/topics/checks/#messages
The text was updated successfully, but these errors were encountered: