Coverage for common\migrations\0012_auto_20190519_1322.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# Generated by Django 2.2 on 2019-05-19 13:22
('common', '0011_auto_20190519_1319'), ]
migrations.AlterField( model_name='character', name='name_surname', field=models.CharField(max_length=255), ), migrations.AlterUniqueTogether( name='character', unique_together={('name_surname', 'fandom')}, ), ] |