Opened 9 years ago
Closed 9 years ago
#25958 closed Cleanup/optimization (fixed)
Remove support for skip_validation in BaseCommand.execute(**options)
Reported by: | Tim Graham | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The deprecation for skip_validation was missed when the system check framework was merged in 1.7.
See the Deprecating a feature checklist for tips.
Change History (4)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Has patch: | set |
---|---|
Summary: | Deprecate skip_validation in BaseCommand → Remove support for skip_validation in BaseCommand.execute(**options) |
comment:3 by , 9 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Actually, it might be fine to skip a deprecation as
skip_validation
was never documented.