Thanks @Venkatraman, I really appreciate your help.
ability to create a function is pretty cool.

Thanks again,
sanket

On Jul 11, 1:06 pm, Jonas Geiregat <jo...@geiregat.org> wrote:
> > results.extra(select={
> >                             'distance': 
> > '(acos(sin(latitude)*sin(%(latitude)f)+cos(latitude)*cos(%(latitude)f)*cos(%(longitude)f-longitude)))'
> >   % {
> >                                  'latitude': latitude,
> >                                  'longitude': longitude
> >                             }
> >                         }).order_by('distance')  
>
> This is an interesting solution to the issue. I never really looked into the 
> extra method.
> So I read the docs and I'm wondering if it wouldn't be better to use the 
> select_params parameter ?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to