Select a valid choice. 2 is not one of the available choices – Html
Learning Django and have some problem. I created a function to change user review, but when I click on the save button, I have error: "Select a valid choice. 2 is not one of the available choices.". models.py class ProductReview(models.Model):…