Re: Problem with django-multilingual and admin interface

2007-05-13 Thread [EMAIL PROTECTED]
Hi Jan, On May 13, 9:38 pm, Jan Söderback <[EMAIL PROTECTED]> wrote: > Any ideas about what might be missing? it is a bug in Django admin interface -- the edit view assumes that the model has at least one editable field. You can either use Jure's workaround or patch your copy of Django. See th

Re: Problem with django-multilingual and admin interface

2007-05-13 Thread Jan Söderback
On May 13, 10:57 pm, "Jure Čuhalev" <[EMAIL PROTECTED]> wrote: > I was hit by the same problem. If you add a property to your class > Play (not to the Translation one) then Translation will be able to > bound to something visible in Admin and it will work. That worked. Thank you very much! --~-

Re: Problem with django-multilingual and admin interface

2007-05-13 Thread Jure Čuhalev
Hi, I was hit by the same problem. If you add a property to your class Play (not to the Translation one) then Translation will be able to bound to something visible in Admin and it will work. It's more of a workaround then real solution, but if you are in a hurry it could be useful. regards, Ju

Problem with django-multilingual and admin interface

2007-05-13 Thread Jan Söderback
Hello, I'm trying to use Marcin Kaszynski's django-multilingual plugin, but when I try to use the add action in the admin interface for a translatable class, I get an exception: - Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py"