I have a view, which creates models from CSV file. I\'ve added clean method to the model class definition, but it isn\'t called when model is created.
Here is exampl
Apparently model.clean() is never called to ensure backward compatibility. For more information on this: https://code.djangoproject.com/ticket/13100