All,
  I have tried this (
http://www.djangoproject.com/documentation/models/mutually_referential/)
 with the current trunk and get the following errors:

Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py" in
get_response
  74. response = callback(request, *callback_args, **callback_kwargs)
File
"/usr/lib/python2.4/site-packages/django/contrib/admin/views/decorators.py"
in _checklogin
  54. return view_func(request, *args, **kwargs)
File
"/usr/lib/python2.4/site-packages/django/views/decorators/cache.py" in
_wrapped_view_func
  40. response = view_func(request, *args, **kwargs)
File
"/usr/lib/python2.4/site-packages/django/contrib/admin/views/main.py"
in add_stage
  246. manipulator = model.AddManipulator()
File
"/usr/lib/python2.4/site-packages/django/db/models/manipulators.py" in
__init__
  75. self.fields.extend(f.get_manipulator_fields(self.opts, self,
self.change, fol))
File "/usr/lib/python2.4/site-packages/django/db/models/related.py" in
get_manipulator_fields
  112. if follow.get(f.name, False):

  AttributeError at /admin/myapp/testmodel/add/
  'bool' object has no attribute 'get'


How do you do this with the current version of Django?

Thanks!
-Nick


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to