On 6/29/06, Norbert Wojtowicz <[EMAIL PROTECTED]> wrote:
This looks like it could be a manifestation of Ticket #1839. I'm in the process of looking at this one at the moment.
As noted in another message in this thread; this looks like your user object hasn't been saved before being added to the m2m object.
Russ Magee %-)
112. if follow.get(f.name, False):
AttributeError at /admin/auth/user/1/
'bool' object has no attribute 'get'
This looks like it could be a manifestation of Ticket #1839. I'm in the process of looking at this one at the moment.
Second Problem (I'm not sure, but I think it may be related to the previous):
ValueError at /iit/2006/summer/ipro338/email/send/
<class 'django.contrib.auth.models.User'> instance needs to have a primary
key value before a many-to-many relationship can be used.
Any and all suggestions welcome, even if only for the second problem (I can
live without admin, but I can't live without saving users). =)
As noted in another message in this thread; this looks like your user object hasn't been saved before being added to the m2m object.
Russ Magee %-)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

