Re: What is the Difference between get() and filter() functions in Django Framework

2009-02-08 Thread Alex Gaynor
On Mon, Feb 9, 2009 at 12:37 AM, gganesh wrote: > > hi , > help to find the difference between get() and filter() function in > django ,both seems to retrieve records from data base . > Thanks > > > > filter() returns another QuerySet, that is it returns multiple objects, get() returns a single

What is the Difference between get() and filter() functions in Django Framework

2009-02-08 Thread gganesh
hi , help to find the difference between get() and filter() function in django ,both seems to retrieve records from data base . Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to