6
आप इस अपवाद को कैसे पकड़ते हैं?
यह कोड django / db / मॉडल / field.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 …