PEP8 Cleanups (471 warnings).

This commit is contained in:
Roberto Rosario
2015-09-17 21:34:27 -04:00
parent 2b97f4a72f
commit df417f562c
16 changed files with 907 additions and 47 deletions

View File

@@ -15,8 +15,8 @@ class Migration(migrations.Migration):
model_name='index',
name='slug',
field=models.SlugField(
null=True, max_length=128, blank=True,
help_text='This values will be used by other apps to reference this index.',
null=True, max_length=128, blank=True, help_text='This values '
'will be used by other apps to reference this index.',
unique=True, verbose_name='Slug'
),
preserve_default=True,