Extended Interview.room to 25 chars
This commit is contained in:
parent
9ac8cc7359
commit
8482852db2
2 changed files with 17 additions and 1 deletions
16
candidats/migrations/0011_room_length_25.py
Normal file
16
candidats/migrations/0011_room_length_25.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('candidats', '0010_Added convoc_confirm_receipt_on_Candidate'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='interview',
|
||||
name='room',
|
||||
field=models.CharField(max_length=25, verbose_name="Salle d'entretien"),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue