Hi folks,
I've having trouble to find a clear solution to my problem. All I want
is to set a relation between 2 classes, and set filter order from admin
to the rest of queries.
pseudocode:
Class A
has_many B
Class B
foreign_key A
And then, I want to retrieve B objects from a given A instance in the
same order as introduced (or changed) in admin.
Any clue about some clear mode to implement it in django?
Thanks in advance
--
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.