Python formatting
This commit is contained in:
parent
f82161d648
commit
48fcdcbe93
@ -67,9 +67,11 @@ def infer_format(app_registry, schema_editor):
|
|||||||
edition.physical_format = matches[0]
|
edition.physical_format = matches[0]
|
||||||
edition.save()
|
edition.save()
|
||||||
|
|
||||||
|
|
||||||
def reverse(app_registry, schema_editor):
|
def reverse(app_registry, schema_editor):
|
||||||
"""doesn't need to do anything"""
|
"""doesn't need to do anything"""
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user