Re: django 0.90 -> 0.91 : raw_id_admin representation changed: HELP!

2006-01-16 Thread Emanuele
Thanks rob and Adrian, I don't use custom admin templates (I hope to someday but I need to study the documentation, if it is available, is it?). My code is a bit more elaborate than the example I sent but the structure is the same and I'm _really_ sorry but I didn't test the example before sending

Re: django 0.90 -> 0.91 : raw_id_admin representation changed: HELP!

2006-01-16 Thread Adrian Holovaty
On 1/16/06, Emanuele <[EMAIL PROTECTED]> wrote: > - in Django0.90 there will be a piece of text showing the __str()__ > representation on that Author just over that ID > - in Django0.91 that string disappears, so the user cannot know if the > author's ID he inserted was correct. The same happens i

Re: django 0.90 -> 0.91 : raw_id_admin representation changed: HELP!

2006-01-16 Thread oggie rob
> I've just upgraded from Django0.90 to Django0.91 my production server (running a django app on a LAN). [kicks tires a bit] Yep, thar's yer problem right there. Ya put tha tires on backwards. Seriously, you should plan a little better than that! First of all it is known the 0.x is not backward

django 0.90 -> 0.91 : raw_id_admin representation changed: HELP!

2006-01-16 Thread Emanuele
Hi djangonauts, I've just upgraded from Django0.90 to Django0.91 my production server (running a django app on a LAN). Everything works well except the representation of fields with raw_id_admin=True when using admin interface. My application strongly relies on automatically generated admin interf