dealertrack / django-rest-framework-braces

Collection of utilities for working with django rest framework (DRF)
Other
73 stars 20 forks source link

[feature] Support to URLField #11

Open exos opened 8 years ago

exos commented 8 years ago

Add support to URLField

     website = forms.URLField(required=True)