(latest MR) I suspect that this have something to do with related field which have unique_together and edit_inline=True set. You can see example with my translation model from http://djangoutils.python-hosting.com/file/trunk/nesh/translation/models.py (Message and Registry models).
If I try to open Message model in admin interface I get this error. Error disappears when I use edit_inline=False, or comment out unique_together. Is this is worth a ticket ;) -- Nebojša Đorđević - nesh Studio Quattro - Niš - SCG http://studioquattro.biz/ http://djnesh.blogspot.com/ | http://djnesh-django.blogspot.com/ | http://djangoutils.python-hosting.com/ Registered Linux User 282159 [http://counter.li.org] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
