summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-05-15 19:41:55 +0200
committerClaude Paroz <claude@2xlibre.net>2014-05-15 20:01:31 +0200
commite8a7436941f56d27b0096c93ef4ea1da13a5b95f (patch)
tree662d34783acc05a7f18e80bb44873696b7741128 /docs/ref
parentc5185172a6645714a1b9df53728c530e2d0d2f2e (diff)
[1.7.x] Harmonized some PEP 0263 coding preambles
Backport of e520a73ee from master.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/migration-operations.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt
index 9c7a5d497e..40ef3849ac 100644
--- a/docs/ref/migration-operations.txt
+++ b/docs/ref/migration-operations.txt
@@ -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):