8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-18 16:43:11 +00:00
re2o/preferences/migrations/0071_optionaluser_self_change_pseudo.py
2021-01-24 16:33:32 +01:00

21 lines
516 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.11.28 on 2020-04-23 09:01
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('preferences', '0070_auto_20200419_0225'),
]
operations = [
migrations.AddField(
model_name='optionaluser',
name='self_change_pseudo',
field=models.BooleanField(default=True, help_text='Users can edit their pseudo.'),
),
]