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
with this code, pylint detects the following error :
pylint: not-an-iterable / Non-iterable value Periodique.objects.exclude(periode__isnull=True) is used in an iterating context (col 48)
If I replace exclude by filter, no error is detected by pylint
The text was updated successfully, but these errors were encountered:
pip_freeze.txt
with this code, pylint detects the following error :
pylint: not-an-iterable / Non-iterable value Periodique.objects.exclude(periode__isnull=True) is used in an iterating context (col 48)
If I replace exclude by filter, no error is detected by pylint
The text was updated successfully, but these errors were encountered: