Hello everyone,
I listened to the Django Dose this morning and to my great delight,
found QuerySet.exists() has landed in the trunk. I did not however
hear anything about yes or no on using __nonzero__ on the interface
side. Having read this thread
http://groups.google.com/group/django-developers/browse_thread/thread/5490f8736cc54c27/a7bd7dcb9921fc80
one would think it has been settled the two methods would either
coexist or one of them would go. Well, it seems QuerySet.__nonzero__
still uses an old implementation from 7477 with an iterator as of
today. I was wondering if a consensus has been reached and __nonzero__
could use the new QuerySet.exists()?
Thank you