Thursday, July 31, 2014

Re: Django Queryset with filtering on reverse foreign key failing

Could not resolve tblconfigagentgroupmembers.

I've resolved the issue now though. I moved the model to models.py from the models_auto.py file and was then getting some validation errors mostly missing id fields(just set primary keys on the generated models) and now it's working as expected.


On Fri, Aug 1, 2014 at 12:18 AM, <cmawebsite@gmail.com> wrote:
What does the FieldError say?

--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/RtlHbhnTfro/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4bba252c-1690-4eab-b1e8-62cb674aa151%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Anthony Hawkes
E-Mail: lifesillusion@gmail.com
Ph: 0400 372 260

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABqJoT2hy70rcEvhxWovejjO4RT95WF9rZHeBoJ9Na-UxWDShg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment