This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/src/articles/migrations/0011_auto_20200818_1829.py

18 lines
364 B
Python
Raw Normal View History

2020-08-18 18:49:41 +02:00
# Generated by Django 3.1 on 2020-08-18 16:29
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("articles", "0010_auto_20200818_1825"),
]
operations = [
migrations.RenameField(
2023-03-02 13:10:25 +01:00
model_name="comment",
old_name="active",
new_name="approved",
2020-08-18 18:49:41 +02:00
),
]