I wanna to call attention to this bug.

When using a aggregate in a CharField, we get a value_error because returned
value are cast to float, so a single query
like Link_A.objects.all().aggregate(Max('short_link')) raise value error and
need to be done with connection.cursor().execute(...).

All details and two cases of problems are showed in ticket, so, is that :)

-- 
Felipe 'chronos' Prenholato.
Linux User nÂș 405489
Home page: http://chronosbox.org/blog
Twitter: http://twitter.com/chronossc

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to