It guess it's pretty complicated, but it's possible to specify it kind of like this:
-- class MyAdmin(admin.ModelAdmin):
fields = ['name', 'theplace']
def theplace(self, obj):
return obj.place.name
theplace.admin_order_field = ['place__name']
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/74dba43b-9462-4bbe-96a6-7672ddd3fbd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment