Re: search_field doesn't work ?

2010-02-28 Thread mendes.rich...@gmail.com
Unfortunately that didn't do the trick. The strange thing is that the same code is working on another server. We just migrated everything to a new server environment, making it sound to me that there might be something different in versions installed. could anyone point me to the actual method

Re: search_field doesn't work ?

2010-02-27 Thread Daniel Roseman
On Feb 27, 12:03 pm, "mendes.rich...@gmail.com" wrote: > Hello Django Users, > > I have the following problem, > In some of my models i have search_fields listed, and for some reason > these are not working anymore ( they previously did ). > > the syntax i used to get the

search_field doesn't work ?

2010-02-27 Thread mendes.rich...@gmail.com
Hello Django Users, I have the following problem, In some of my models i have search_fields listed, and for some reason these are not working anymore ( they previously did ). the syntax i used to get the search field is the following. search_fields = ('labcode') The url i get when i execute a