Fix ALLOWED_CONTENT_CHECKSUMS check failing on settings import#7400
Fix ALLOWED_CONTENT_CHECKSUMS check failing on settings import#7400
Conversation
Moved the check to separate Django check ran after database commands. Loosen the restrictions on Forbidden Checksums being present to just a warning. fixes: pulp#7380 Generated by: claude-opus-4.6
Backport to 3.28: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1e4afec on top of patchback/backports/3.28/1e4afec5de06b4b7667107d6b6ec4c96c3e01e43/pr-7400 Backporting merged PR #7400 into main
🤖 @patchback |
Backport to 3.63: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1e4afec on top of patchback/backports/3.63/1e4afec5de06b4b7667107d6b6ec4c96c3e01e43/pr-7400 Backporting merged PR #7400 into main
🤖 @patchback |
Backport to 3.73: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1e4afec on top of patchback/backports/3.73/1e4afec5de06b4b7667107d6b6ec4c96c3e01e43/pr-7400 Backporting merged PR #7400 into main
🤖 @patchback |
Backport to 3.49: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1e4afec on top of patchback/backports/3.49/1e4afec5de06b4b7667107d6b6ec4c96c3e01e43/pr-7400 Backporting merged PR #7400 into main
🤖 @patchback |
Backport to 3.85: 💚 backport PR created✅ Backport PR branch: Backported as #7408 🤖 @patchback |
Backport to 3.104: 💚 backport PR created✅ Backport PR branch: Backported as #7407 🤖 @patchback |
Moved the check to separate Django check ran after database commands. Loosen the restrictions on Forbidden Checksums being present to just a warning.
fixes: #7380
Generated by: claude-opus-4.6
📜 Checklist
See: Pull Request Walkthrough