forms.URLField and models.URLField not having the same default for verify_exists
verify_exists default to false in forms.URLField and defaults to True
in models.URLField. Is there any reasons for that? It can lead to some
troubles because it's easy for people to assume that both Fields have
the same default.
I understand that changing one or the other default now in Django will
break all apps that use the default value. But is there any rational
that had lead to that choice or it's just a mistake that's now hard to
correct without breaking anything?
Thanks
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home