jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Releases/1.2.x #316

Closed jrief closed 6 years ago

jrief commented 6 years ago

This PR adds support for form-sets.

It also changes the way the server handles validation errors. Until now, they were sent with status=200. Other frameworks, such as DRF use status=422, so to be more standard compliant, this has been changed. This also facilitates the chaining of a actions after an Ajax submission.

@adrienbrunet and other reviewers: Please read the docs, if this feature makes sense in your context.