Re: No serial primary key and admin interface

2009-07-23 Thread Thomas Guettler
I am sorry for the noise: The slug primary key of the inline model needs to be displayed. Now it works. Nevertheless silently ignoring errors like admin does sometimes is bad. Thomas Guettler schrieb: > ... replying to myself > > In django trunk this was fixed. > http://code.djangoproject.com/ti

Re: No serial primary key and admin interface

2009-07-23 Thread Thomas Guettler
... replying to myself In django trunk this was fixed. http://code.djangoproject.com/ticket/10992 Still looking for a solution in 1_0_X. Unfortunately I don't get a stacktrace, but the inlines are just missing. TEMPLATE_STRING_IF_INVALID does not get used. Thomas Thomas Guettler schrieb: >

No serial primary key and admin interface

2009-07-23 Thread Thomas Guettler
Hi, today I created a model with a slug field as primary key. I discovered that it brings problems in the admin interface. 1. Inlines are not possible. The don't get displayed and if I submit I get "ManagementForm data is missing or has been tampered with". Both ("parent" and inline) models ha