Hi,
I have developed application that loads CSV file, if the input received while parsing the CSV file in Django admin is wrong, it throws a stacktrace, to avoid stacktrace I have handled the exception and I am able to show the error message using the Message framework in django.
But the problem is that when I save the data it shows the error that CSV data is incorrect, but it also show save message, how could I override this.???
Thank You