> I was playing around with 1.3 beta and svn and it looks like
> django.db.models.query.CollectedObjects is just gone. I couldn't find
> anything about it being removed does anyone know what happened to it?
> I was using it as described http://djangosnippets.org/snippets/1282/
>
This is the problem when using undocumented internal parts of an API;
they change on you.
This is the change that removed it:
http://code.djangoproject.com/changeset/14507
Seems like they are now using a Collector object to do the same thing,
but more efficiently.
Cheers
Tom
--
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.
No comments:
Post a Comment