mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
workaround for django 2.2 bug related with '0011_update_proxy_permissions' migration
This commit is contained in:
parent
f263d97377
commit
21fcb8cd64
2 changed files with 14 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ class Migration(migrations.Migration):
|
|||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('auth', '0011_update_proxy_permissions'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue