projets
/
auf_django_references.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d0f5ab
)
[#3251] Ajouté la colonne Etablissement.responsable_courriel
author
Eric Mc Sween
<eric.mcsween@auf.org>
Mon, 4 Jun 2012 16:13:10 +0000
(12:13 -0400)
committer
Eric Mc Sween
<eric.mcsween@auf.org>
Mon, 4 Jun 2012 16:13:10 +0000
(12:13 -0400)
auf/django/references/models.py
patch
|
blob
|
blame
|
history
diff --git
a/auf/django/references/models.py
b/auf/django/references/models.py
index
ed5de08
..
19c0079
100644
(file)
--- a/
auf/django/references/models.py
+++ b/
auf/django/references/models.py
@@
-714,6
+714,7
@@
class _Etablissement(ActifsModel):
responsable_fonction = models.CharField(
u'fonction', max_length=255, blank=True
)
+ responsable_courriel = models.EmailField(u'courriel', blank=True)
# Adresse
adresse = models.CharField(max_length=255, blank=True)