Re: PyAMF nogo, try DjangoAMF

2008-01-06 Thread Joel Hooks
There was a couple bugs in pyAMF that they have squished as of yesterday. Great guys. http://joelhooks.com/?p=5 I'm still using the S2Flex2 RemotingService, but just because it works. On Jan 5, 8:56 am, akaihola <[EMAIL PROTECTED]> wrote: > DjangoAMF almost worked for us except for two problems

Strip Illegal Characters - Django Admin

2007-11-15 Thread Joel Hooks
My users are cutting and pasting descriptions from Word, and this causes HTTP 500 errors with Django AMF (but not Django more broadly.) This textbox that I am typing in here on groups.google.com won't allow me to paste the offending characters at all. Is there a way to force the textbox in the Dja

Re: Search returns every object

2007-10-27 Thread Joel Hooks
On Oct 27, 10:57 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On 10/27/07, Joel Hooks <[EMAIL PROTECTED]> wrote: > > But firm is a ForeignKey. I think firm, by itself, without any __fieldname > appended, is causing the whole search attempt to fail. The e=1 i

Re: Search returns every object

2007-10-27 Thread Joel Hooks
> if you are searching on foreignkey field called city, it will not > work if you put 'city' in the search field, you have to put 'city__name' > That's cool, that answers a totally different question I was wrestling with, but I am searching the local properties and not returning any results. --

Re: Search returns every object

2007-10-27 Thread Joel Hooks
> > It's rather hard to speculate without some specifics. search_fields > worksforme just fine. What's your model look like? What are you putting in > search_fields? What do you enter in the search box and what entries are > returned that seem like they should not be there? > > Karen Below is

Search returns every object

2007-10-27 Thread Joel Hooks
It doesn't seem to matter what I put in the search_fields, it always returns every object in the list. My guess is that I am doing something incorrectly, but I can't figure it out after much searching. Would anybody have an idea as to what I am doing wrong? --~--~-~--~~~-