mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-27 03:09:31 +02:00
This commit is contained in:
@@ -5,11 +5,11 @@ import taggit.managers
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('dcim', '0001_initial'),
|
||||
('dcim', '0001_squashed'),
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
('circuits', '0001_initial'),
|
||||
('extras', '0001_initial'),
|
||||
('tenancy', '0001_initial'),
|
||||
('circuits', '0001_squashed'),
|
||||
('extras', '0001_squashed'),
|
||||
('tenancy', '0001_squashed_0012'),
|
||||
]
|
||||
|
||||
replaces = [
|
||||
|
||||
Reference in New Issue
Block a user