projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'hotfix' into olivier
[auf_rh_dae.git]
/
project
/
rh
/
models.py
diff --git
a/project/rh/models.py
b/project/rh/models.py
index
83387c5
..
ee41fc1
100644
(file)
--- a/
project/rh/models.py
+++ b/
project/rh/models.py
@@
-341,7
+341,7
@@
class PosteComparaison_(AUFMetadata, DevisableMixin):
return self.nom
class PosteComparaison(PosteComparaison_):
- pass
+ objects = NoDeleteManager()
class PosteCommentaire_(Commentaire):
poste = models.ForeignKey('%s.Poste' % app_context(), db_column='poste', related_name='+')