Django saves the data but eventually raises an IntegrityError. If there is an error, why it is saving that data? And I'm sure that the uniqueness property is not violated on that data.
What is going on? Why is that error occurs? and how can I solve that?