Jacob Rief

Results 514 comments of Jacob Rief

@AgDude Please have a look at my follow up project https://github.com/jrief/django-formset It will replace **django-angular**, since AngularJS is not maintained anymore. In **django-formset** I reimplemented the complete form validation in...

If you want to take over that project, you're welcomed. I don't want to spend more time riding a dead horse.

Anyway, using this library in many of my projects, really helped me to understand how to handle form validation in a DRY manner. In **django-formset** I reused many of those...

I can fix that. It boils down to - remove all `from __future__ import unicode_literals` - remove `six` - replace against `super()` and drop support for Python-2 - which ends...

The JavaScript prevalidation uses the same regex pattern as Python. I'm not really sure if they are 100% compatible, but the above pattern seems simple enough. In doubt, try the...

If we can reuse the directives (the HTML part) in Angular2, I'd prefer to reuse the existing project and add a new folder named, say, `client2`. Then we can reuse...

@santhosh432 here Django and Bootstrap have different opinions on how to represent form validation errors. If you can provide an example on how you would render a form using `as_table`...

Please retry with django-angular-2.0, since I can't reproduce this.