> How are you finding these objects? That might point to the answer.
>
> Probably the likeliest explanation is that you are creating the
> objects but not saving them.
In the Django shell I do
quests = Question.objects.all()
quests[579].delete()
Why does the objects.all() invocation add this id=None crud to quests
list?
cs
--
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