Re: KeyError in admin

2007-12-25 Thread Christian Schmidt
On 24 Dez., 09:35, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > Very unlikely. There aren't really any significant differences between > 2.4 and 2.5 that would hurt us here. The tests all currently pass with > python 2.3 and 2.4, so there's something else going on there. > > Malcolm > There

Re: KeyError in admin

2007-12-24 Thread Malcolm Tredinnick
On Sat, 2007-12-22 at 06:00 -0800, Christian Schmidt wrote: > OK, i founf out, that I get these Error with every model where I have > a ManyToMany Field inside. > I have some other applications running on the server and there I have > the same problems in models with manytomany fields. > > Is th

Re: KeyError in admin

2007-12-22 Thread Christian Schmidt
OK, i founf out, that I get these Error with every model where I have a ManyToMany Field inside. I have some other applications running on the server and there I have the same problems in models with manytomany fields. Is this a problem with python2.4? christian. --~--~-~--~~

KeyError in admin

2007-12-22 Thread Christian Schmidt
Hi, I've a problem with the Django admininterface on my productive server. If I want add an object with the admininterface I get following error message: KeyError at /admin/catalog/artikel/add/ Request Method: GET Request URL:--MYSERVER--/admin/catalog/artikel/add/ Exception Type: