6
Làm thế nào để bạn bắt được ngoại lệ này?
Mã này có trong django / db / model / Field.py Nó tạo / định nghĩa một ngoại lệ? class ReverseSingleRelatedObjectDescriptor(six.with_metaclass(RenameRelatedObjectDescriptorMethods)): # This class provides the functionality that makes the related-object # managers available as attributes on a model class, for fields that have # a single "remote" value, on …