Friday, April 27, 2012

Raw SQL and modelformset

Hi

I have a known working rawsql queryset that I am trying to use in my modelformset formset = ModelFormSet(queryset=q). When trying this I receive the following error:

'RawQuerySet' object has no attribute 'ordered'

Can Raw SQL querysets be used for modelformsets?

Thank you

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

No comments:

Post a Comment