mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 22:10:16 +02:00
Correct missing migration dependency.
This commit is contained in:
parent
4ee10e0c31
commit
b514f8cbcc
@ -3,7 +3,6 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from django.db import migrations
|
from django.db import migrations
|
||||||
from django.db.models import Q
|
|
||||||
|
|
||||||
PERMISSIONS = {
|
PERMISSIONS = {
|
||||||
'user': [
|
'user': [
|
||||||
@ -118,6 +117,7 @@ class Migration(migrations.Migration):
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
('corputils', '0001_initial'),
|
('corputils', '0001_initial'),
|
||||||
('authentication', '0005_delete_perms'),
|
('authentication', '0005_delete_perms'),
|
||||||
|
('auth', '0008_alter_user_username_max_length'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user