mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Harmonized some PEP 0263 coding preambles
This commit is contained in:
parent
27aa85246a
commit
e520a73eee
44 changed files with 45 additions and 45 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue