Re: Extend a QuerySet

2007-05-08 Thread Cornelius Bolten
christian, how about building a query like this: WHEREname like 'query%' OR ( name like '%query%' AND description like '%query%' ) this should give you the proper records. as i'm pretty new to django, i can't tell how to accomplish this with the django db-api... bu

Re: Comments

2007-05-10 Thread cornelius bolten
levi, the following website has a good example online http://www.b-list.org/weblog/2006/07/16/django-tips-hacking-freecomment cornelius Levi McCallum schrieb: > Hi, > > I have been looking into building my first Django project, and I guess > a blog was the most simplest thing I could think of

newforms.clean_data vs. newforms.cleanED_data

2007-05-15 Thread cornelius bolten
hi, i just tried to click through my new website (django 0.97) after developing it on my localhost (django latest stable). all my websites' forms (newforms) worked well on my localhost.. but online i got lot's of errors. after some searching, i found out that newforms.clean_data changed to n

Re: newforms.clean_data vs. newforms.cleanED_data

2007-05-15 Thread cornelius bolten
alright! makes sense.. canen schrieb: > This changed was committed yesterday. See here > http://groups.google.com/group/django-developers/browse_thread/thread/c87a893a4d7c50a0/32f777bafd3cdb35#32f777bafd3cdb35 > for the discussion that lead to the change. > > On May 15, 10:4