-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b60b711
commit 0d7b64c
Showing
2 changed files
with
35 additions
and
20 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
aidants_connect_web/migrations/0082_alter_habilitationrequest_options.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated by Django 3.2.11 on 2022-02-14 11:23 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('aidants_connect_web', '0081_auto_20220208_1730'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelOptions( | ||
name='habilitationrequest', | ||
options={'verbose_name': 'aidant à former', 'verbose_name_plural': 'aidants à former'}, | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters