mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Rename news moderate to publish
This commit is contained in:
16
core/migrations/0044_alter_userban_options.py
Normal file
16
core/migrations/0044_alter_userban_options.py
Normal file
@ -0,0 +1,16 @@
|
||||
# Generated by Django 4.2.17 on 2025-02-25 14:45
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("core", "0043_bangroup_alter_group_description_alter_user_groups_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name="userban",
|
||||
options={"verbose_name": "user ban", "verbose_name_plural": "user bans"},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user