Still having trouble... what does this mean?
 File "/home2/baxter/lib/python2.4/django/core/handlers/base.py", line
74, in
get_response
   response = callback(request, *callback_args, **callback_kwargs)

 File
"/home2/baxter/webapps/django/gretschpages/user_details/views.py", line
19,
in edit_profile
   template_name="users/user_edit_form.html",

 File
"/home2/baxter/lib/python2.4/django/views/generic/create_update.py",
line
105, in update_object
   manipulator = model.ChangeManipulator(getattr(object,
object._meta.pk.attname),
follow=follow)

 File "/home2/baxter/lib/python2.4/django/db/models/manipulators.py",
line 275, in
__init__
   super(AutomaticChangeManipulator, self).__init__(follow=follow)

 File "/home2/baxter/lib/python2.4/django/db/models/manipulators.py",
line 75, in
__init__
   self.fields.extend(f.get_manipulator_fields(self.opts, self,
self.change, fol))

 File "/home2/baxter/lib/python2.4/django/db/models/related.py", line
116, in
get_manipulator_fields
   if follow.get(f.name, False):

AttributeError: 'bool' object has no attribute 'get'


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to