mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:09:48 +02:00
Broken migrations
This commit is contained in:
parent
1b58965e8c
commit
e2ff2a1e02
2 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||||
'verbose_name_plural': 'users',
|
'verbose_name_plural': 'users',
|
||||||
},
|
},
|
||||||
managers=[
|
managers=[
|
||||||
(b'objects', django.contrib.auth.models.UserManager()),
|
('objects', django.contrib.auth.models.UserManager()),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue