mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
blacked
This commit is contained in:
parent
d5d55dad7f
commit
867fd9c23a
1 changed files with 3 additions and 4 deletions
|
@ -4,15 +4,14 @@ from django.db import models, migrations
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pokemon_v2', '0003_auto_20160530_1132'),
|
||||
("pokemon_v2", "0003_auto_20160530_1132"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='language',
|
||||
name='iso639',
|
||||
model_name="language",
|
||||
name="iso639",
|
||||
field=models.CharField(max_length=10),
|
||||
preserve_default=True,
|
||||
),
|
||||
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue