[Fixed]-Django Exception Value: 'module' object has no attribute 'ModelsChoiceField'

1👍

If that’s your actual code, you have a typo, it’s ModelChoiceField, but you had ModelsChoiceField.

Leave a comment