6
¿Cómo atrapas esta excepción?
Este código está en django / db / models / fields.py ¿Crea / define una excepción? 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 …