i want to just show warning message to user but want to save data .....
For Example
limt is 5000
user add 4500
your remaing limit is 500 show in popup and save data .....
```
elif mVal <= val <= totalVal and mCont <= cont <= totalCont:
raise exceptions.Warning('Your Value Between Threshold line')
return res
```