nautobot / nautobot-app-device-lifecycle-mgmt

Device Lifecycle Management App for Nautobot
https://docs.nautobot.com/projects/device-lifecycle/en/latest/
Other
43 stars 25 forks source link

fixed nautobot v2.3.0 compatibility #361

Closed gsnider2195 closed 3 months ago

gsnider2195 commented 3 months ago

Closes #360

progala commented 3 months ago

@gsnider2195 Can you tell me what are those migrations for? I have a number of new migrations in next3.0 so would like to understand how to integrate them.

gsnider2195 commented 3 months ago

Django 4 changed the way it generates migrations so it's no longer interpreting the related_name of model fields when generating migration files. These migrations are a no-op but are required to suppress the warnings in Django 4.

progala commented 3 months ago

Got it, thanks!