jrief / django-angular

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

django-angular version 1.1 is ready for testing #304

Closed jrief closed 7 years ago

jrief commented 7 years ago

Please try https://github.com/jrief/django-angular/tree/releases/1.1.x in your environment. This is specially important since the API changed in that sense, that instead of django.forms.fields you now must use their counterpart from djng.forms.fields. This however prevents all sorts of inheritance magic.

In version 1.1 a really useful new feature has been introduced. You can upload images and files by dropping them onto the input field. Later on you can POST or PUT the form data to the server using an Ajax request.