Skip to content
Snippets Groups Projects
Verified Commit e2ff2a1e authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Broken migrations

parent 1b58965e
Branches
Tags
No related merge requests found
...@@ -25,7 +25,7 @@ class Migration(migrations.Migration): ...@@ -25,7 +25,7 @@ class Migration(migrations.Migration):
'ordering': ('domain',), 'ordering': ('domain',),
}, },
managers=[ managers=[
(b'objects', django.contrib.sites.models.SiteManager()), ('objects', django.contrib.sites.models.SiteManager()),
], ],
), ),
] ]
...@@ -38,7 +38,7 @@ class Migration(migrations.Migration): ...@@ -38,7 +38,7 @@ class Migration(migrations.Migration):
'verbose_name_plural': 'users', 'verbose_name_plural': 'users',
}, },
managers=[ managers=[
(b'objects', django.contrib.auth.models.UserManager()), ('objects', django.contrib.auth.models.UserManager()),
], ],
), ),
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment