Closed gsnider2195 closed 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.
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.
Got it, thanks!
Closes #360