Hacker News new | ask | show | jobs
by agumonkey 660 days ago
Something in the official docs or more like shared through blogs or stackoverflow ?
1 comments

It's in the standard docs:

https://docs.djangoproject.com/en/5.1/topics/migrations/#ver...

You just rename one of the two files, and add the dependency. If they touch the same fields, you obviously have to resolve that manually.

Thanks a lot
No problem!