Open ghost opened 4 years ago
We found out that the error was due to the NON_FIELD_ERRORS_KEY
setting in our settings.py
file.
This is still an error, because this should be handled in some way 😅.
Is this going to be fixed? I have run into the same problem now in my app
EDIT: just noticed that this was created by a deleted user - @zefciu so sb can look into this and he is acquaintance of mine?
so what is the alternative of using NON_FIELD_ERRORS_KEY
???
Hey guys, awesome work on
djoser
!I encountered an error in
django==3.0.9
+djoser==2.0.3
.Django
MinimumLengthValidator
throws the following error (applicable to other Django validators as well):One way to go around this for now is: