本文介绍了相关对象引用与自定义管理器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想获得相关的对象引用,我想使用自定义管理器。
I want to get the related object references and I want to use a custom manager.
外面有些东西吗?如何使用自定义管理器获取这些对象?
Is there something outside? How I can use a custom manager to get these objects?
b.entry_set.all()
例如
b.custom_manager.entry_set.all()
b.entry_custom_manager_set.all()
推荐答案
看来,这张功能仍然可以打开一张机票
It looks like a ticket is still open for this feature https://code.djangoproject.com/ticket/3871
这篇关于相关对象引用与自定义管理器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!