jrief / django-angular

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

Add URLField to fields.py #311

Closed asnoeyink closed 7 years ago

asnoeyink commented 7 years ago

Not sure if get_potential_errors needs to be overridden or not. Our project has some Django URLFields that are not getting converted to Django-Angular URLFields, so I added this stub to fields.py.