TypeError at /admin/artistas/artista/asdf/delete/
getattr(): attribute name must be string

this is the many to many field. when I delete it from the model
everything works well but when that field is in the model i get the
type error.

    artistas_relacionados =
models.ManyToManyField('self',blank=True,related_name='artistas_rel')

Any ideas why this can be?

Thank you


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