jashkenas / backbone

Give your JS App some Backbone with Models, Views, Collections, and Events
http://backbonejs.org
MIT License
28.09k stars 5.38k forks source link

disable backbone validation on save() method #4178

Closed MetaiR closed 6 years ago

MetaiR commented 6 years ago

hello, I run validation method manually and after that, my data will be encrypted. so because of encrypted data and re-validating by backbone (on save method) my js will throw an error, so I want to know is there any feature to disable/enable validating on save method?

paulfalgout commented 6 years ago

validate: false as an option