Нет описания

0008_rename_product_postphoto_post.py 352B

12345678910111213141516171819
  1. # Generated by Django 3.2.5 on 2021-08-01 07:54
  2. from django.db import migrations
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('cms', '0007_postphoto'),
  6. ]
  7. operations = [
  8. migrations.RenameField(
  9. model_name='postphoto',
  10. old_name='product',
  11. new_name='post',
  12. ),
  13. ]