'builtin_function_or_method' object has no attribute 'split' after upgrading to Django 1.4
Hi,
I've just upgraded to Django 1.4, and I was getting a
'builtin_function_or_method' object has no attribute 'split' error
being thrown. I traced this down to an erroneous use of distinct, I
had:
X.objects.distinct(id)
Which had previously worked, but was now throwing. I've removed the
'id' parameter (which is also a Python keyword).
Is it worth putting this into the upgrade notes for 1.4
Taras
--
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