Opened 5 years ago
Closed 5 years ago
#30525 closed Uncategorized (invalid)
--skip-checks management command needs backported
Reported by: | Doug Fultz | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | 1.11 |
Severity: | Normal | Keywords: | skip-checks |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
This commit is missing from the 1.11.x branch. Please backport it.
Commit: https://github.com/django/django/commit/6866c91b638de5368c18713fa851bfe56253ea55
1.11.x Branch: https://github.com/django/django/blob/stable/1.11.x/django/core/management/base.py#L326
Note:
See TracTickets
for help on using tickets.
The
--skip-checks
is a new feature that is planned for Django 3.0 and won't be backported to the 1.11 which is currently only receiving security and data losses bug fixing patches.