Closed rezarzky closed 6 months ago
This PR updates the NLPoutput model to use a one-to-one relation with the Document model, and adds the related_name attribute to enable reverse relation. This change aims to solve the problem related to the model's functionality.
NLPoutput
Document
related_name
This PR updates the
NLPoutput
model to use a one-to-one relation with theDocument
model, and adds therelated_name
attribute to enable reverse relation. This change aims to solve the problem related to the model's functionality.