projets
/
auf_savoirs_en_partage_django.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab519f
)
Label password
author
Ali Jetha
<ali@U-AJ.(none)>
Tue, 21 Sep 2010 21:27:07 +0000
(17:27 -0400)
committer
Ali Jetha
<ali@U-AJ.(none)>
Tue, 21 Sep 2010 21:27:07 +0000
(17:27 -0400)
auf_savoirs_en_partage/chercheurs/models.py
patch
|
blob
|
blame
|
history
diff --git
a/auf_savoirs_en_partage/chercheurs/models.py
b/auf_savoirs_en_partage/chercheurs/models.py
index
8690860
..
7f2c9b4
100644
(file)
--- a/
auf_savoirs_en_partage/chercheurs/models.py
+++ b/
auf_savoirs_en_partage/chercheurs/models.py
@@
-29,7
+29,7
@@
class Personne(models.Model):
ordering = ["prenom", "nom"]
class Utilisateur(Personne):
- password = models.CharField (max_length=35)
+ password = models.CharField (max_length=35, verbose_name = 'Mot de passe')
FONCTION_CHOICES = (('Professeur', 'Professeur'), ('Chercheur', 'Chercheur'), ('Doctorant', 'Doctorant'), ('Autre', 'Autre'))
class Chercheur(models.Model):