In 1: 1 relationships I have done otherwise than just today I noticed, in that I transform that 1: 1 to 1: N, where in the table that has N, the primary key is the same as the 1, so it's like 1: 1, but I do not know if this method can generate errors?
Example:
tabela 1
--------------
id_ficha - PrimaryKey
etc..
tabela 2
-------------
id_ficha -PrimaryKey e ForeignKey(tabela1)
etc...