SomeField(member_name)

2006-09-29 Thread mdornseif
I had some issues with raw_id_admin=True pointing to Models with non-IntegerField primary keys. Some investigation turned out that some field typesaccept a member_name keyword parameter and some don't. I could fix my problem in a simple way by adding that parameter - see http://code.djangoproject.

Re: escaping a wider range of characters

2006-09-29 Thread Filipe
James Bennett wrote: > The five characters that 'escape' transforms correspond to the five > named entities defined in the XML specification; oh, I see. > they can, depending on the situation, be > "markup significant" in SGML- and XML-derived languages and thus pose > a security risk, not becaus