X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Frh%2Fmodels.py;h=53ebbc27ff39fafb33911fda58d43c7645d29fd6;hp=6cbca364279a7675f341ea809c88795a02a977b3;hb=8c6269cc16991f5d99ea88ced6a39c9a9836e4a0;hpb=ea31c460630641926950bfbe3266960235a59ab7 diff --git a/project/rh/models.py b/project/rh/models.py index 6cbca36..53ebbc2 100644 --- a/project/rh/models.py +++ b/project/rh/models.py @@ -539,7 +539,7 @@ class DossierComparaison(models.Model): Photo d'une comparaison salariale au moment de l'embauche. """ dossier = models.ForeignKey('Dossier', related_name='comparaisons') - implantation = models.ForeignKey(ref.Implantation, null=True, blank=True) + implantation = models.ForeignKey(ref.Implantation, related_name="+", null=True, blank=True) poste = models.CharField(max_length=255, null=True, blank=True) personne = models.CharField(max_length=255, null=True, blank=True) montant = models.IntegerField(null=True)