mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-30 16:01:18 +02:00
Translate borrows
This commit is contained in:
22
users/migrations/0045_auto_20211114_1423.py
Normal file
22
users/migrations/0045_auto_20211114_1423.py
Normal file
@ -0,0 +1,22 @@
|
||||
# Generated by Django 2.2.24 on 2021-11-14 13:23
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0044_membership'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='user',
|
||||
old_name='telephone',
|
||||
new_name='phone_number',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='user',
|
||||
name='maxemprunt',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user