2009/12/4 Geobase Isoscale <isosc...@gmail.com>: > Hi all, > Does anyone has an idea on how I can call a ' stored procedure' (function) > in posgresql into Django Form? > Many Thanks > Isoscale
Do you mean in a Django way or do you mean into the Django Forms library? I think you mean in a Django way so I'd suggest you use the raw method of the ORM: http://docs.djangoproject.com/en/dev/topics/db/sql/ HTH Dan > > -- > > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@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. > -- Dan Hilton ============================ www.twitter.com/danhilton www.DanHilton.co.uk ============================ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.