[PR #17435] [MERGED] Fixes: #17431 - Fix migration dependencies for 3.7->4.1 path #15091

Closed
opened 2025-12-30 00:19:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17435
Author: @bctiemann
Created: 9/10/2024
Status: Merged
Merged: 9/11/2024
Merged by: @jeremystretch

Base: developHead: 17431-fix-migration-dependencies-4.1


📝 Commits (1)

  • e227e02 Fix migration dependencies for 3.7->4.1 path

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 netbox/users/migrations/0005_alter_user_table.py (+1 -0)

📄 Description

Fixes: #17431

Adjusts migration dependency path to ensure CustomField.related_object_type update comes before users.0005_alter_user_table

Fixes v3.7 -> v4.1 upgrade path.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/17435 **Author:** [@bctiemann](https://github.com/bctiemann) **Created:** 9/10/2024 **Status:** ✅ Merged **Merged:** 9/11/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17431-fix-migration-dependencies-4.1` --- ### 📝 Commits (1) - [`e227e02`](https://github.com/netbox-community/netbox/commit/e227e02d7e8b0ce248626be8554ff63ef02bc3f6) Fix migration dependencies for 3.7->4.1 path ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/users/migrations/0005_alter_user_table.py` (+1 -0) </details> ### 📄 Description ### Fixes: #17431 Adjusts migration dependency path to ensure `CustomField.related_object_type` update comes before `users.0005_alter_user_table` Fixes v3.7 -> v4.1 upgrade path. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:19:57 +01:00
adam closed this issue 2025-12-30 00:19:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15091