krisfields / django-baker

Adds a management command that generates views, forms, urls, admin, and templates based off the contents of models.py
BSD 3-Clause "New" or "Revised" License
389 stars 51 forks source link

Exception Value: 'EmailValidator' object has no attribute 'regex' #8

Closed jlec closed 9 years ago

jlec commented 9 years ago

both with py2 and py3 I get this when accessing the baked admin view

Exception Type: AttributeError Exception Value:

'EmailValidator' object has no attribute 'regex'

Exception Location: /usr/local/lib/python2.7/site-packages/django_baker/admin.py in is_urlfield, line 45

krisfields commented 9 years ago

Thanks!