Harmonized some PEP 0263 coding preambles

This commit is contained in:
Claude Paroz 2014-05-15 19:41:55 +02:00
parent 27aa85246a
commit e520a73eee
44 changed files with 45 additions and 45 deletions

View file

@ -192,7 +192,7 @@ class in the migration file, and just pass it to ``RunPython``. Here's an
example of using ``RunPython`` to create some initial objects on a ``Country``
model::
# encoding: utf8
# -*- coding: utf-8 -*-
from django.db import models, migrations
def forwards_func(apps, schema_editor):