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

# 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(
model_name="comment",
old_name="active",
new_name="approved",
),
]