El lunes, 18 de mayo de 2015, 12:33:21 (UTC+2), James Schneider escribió:
>
> I'd post a bug report. Based on the behavior you've outlined (haven't 
> looked at the Django source), there may have been some oversight on the 
> duck typing that python performs. It sounds like the migration package is 
> taking advantage of duck typing (since 16 == int('16')), but the validation 
> functions are making comparisons on the assumption that 16 is an int, not a 
> str.
>

FYI, bug report https://code.djangoproject.com/ticket/24818

Thanks all for your replies!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/81126070-faaa-479f-8069-7e13e3f6b9ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to