6
이 예외를 어떻게 잡습니까?
이 코드는 django / db / models / fields.py에 있습니다. 예외를 생성 / 정의합니까? 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 the class that defines the …