-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: Update deprecation warning to current version numbers #8269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer's GuideThis PR standardizes deprecation warnings by bumping all RemovedInDjangoCMS warnings to the current version scheme (5.0 → 6.0), updates imports and messages across modules, and adds empty documentation stubs for future auto-generated content. Class diagram for updated deprecation warning classesclassDiagram
class RemovedInDjangoCMS50Warning {
<<DeprecationWarning>>
}
class RemovedInDjangoCMS60Warning {
<<DeprecationWarning>>
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
👋 Hi there! Please remember to MERGE COMMIT pull requests from Do not SQUASH commits to preserve history for the changelog. |
👋 Hi there! Please remember to MERGE COMMIT pull requests from Do not SQUASH commits to preserve history for the changelog. |
👋 Hi there! Please remember to MERGE COMMIT pull requests from Do not SQUASH commits to preserve history for the changelog. |
Description
Match deprecation warning versions with current versioning number scheme (4.2 -> 5.0, 5.0 -> 6.0)
Related resources
Checklist
main
Summary by Sourcery
Align deprecation warning classes and their usages with the current versioning scheme by bumping all warnings to target removal in django CMS 5.0 (and 6.0 where applicable), updating the compat.warnings definitions, modifying calls across modules, and adjusting tests to use the new warning classes.
Enhancements:
Documentation:
Tests: