Django Library PyGal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

0003_auto_20200130_2203.py 483B

12345678910111213141516171819202122
  1. # Generated by Django 2.2.9 on 2020-01-30 22:03
  2. from django.db import migrations
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('pygal', '0002_setting_suspend_puplic'),
  6. ]
  7. operations = [
  8. migrations.RenameField(
  9. model_name='item',
  10. old_name='camera_model_c',
  11. new_name='camera_c',
  12. ),
  13. migrations.RemoveField(
  14. model_name='item',
  15. name='camera_vendor_c',
  16. ),
  17. ]