See the [https://docs.djangoproject.com/en/dev/internals/contributing
/writing-code/submitting-patches/#deprecating-a-feature Deprecating a
feature] checklist for tips.
--
Ticket URL: <https://code.djangoproject.com/ticket/25958>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by timgraham):
Actually, it might be fine to skip a deprecation as `skip_validation` was
never documented.
--
Ticket URL: <https://code.djangoproject.com/ticket/25958#comment:1>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/5847 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/25958#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/25958#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"b10f66831ba2fc68901bc674104a76eb112ee52a" b10f6683]:
{{{
#!CommitTicketReference repository=""
revision="b10f66831ba2fc68901bc674104a76eb112ee52a"
Fixed #25958 -- Removed support for 'skip_validation' in
BaseCommand.execute(**options).
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25958#comment:4>