mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-17 14:39:56 +02:00
Upgrade django-mptt to 0.18.0 and add empty indexes tuple to MPTT model Meta classes. The empty tuple triggers Django's migration detection for indexes that django-mptt adds dynamically (see django-mptt/django-mptt#682). We cannot define the indexes explicitly because the MPTT fields don't exist when the Meta class is evaluated. Affected models: Region, SiteGroup, Location, DeviceRole, Platform, ModuleBay, InventoryItem, InventoryItemTemplate, TenantGroup, ContactGroup, WirelessLANGroup
This commit is contained in:
@@ -5,7 +5,7 @@ django-debug-toolbar==6.2.0
|
||||
django-filter==25.2
|
||||
django-graphiql-debug-toolbar==0.2.0
|
||||
django-htmx==1.27.0
|
||||
django-mptt==0.17.0
|
||||
django-mptt==0.18.0
|
||||
django-pglocks==1.0.4
|
||||
django-prometheus==2.4.1
|
||||
django-redis==6.0.0
|
||||
|
||||
Reference in New Issue
Block a user