#35358: Rename BaseConstraint._check to check once the deprecation period
-------------------------------------+-------------------------------------
Reporter: Simon | Owner: nobody
Charette |
Type: | Status: new
Cleanup/optimization |
Component: Database | Version: dev
layer (models, ORM) |
Severity: Normal | Keywords:
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
[
https://github.com/django/django/pull/17876/files#r1508517275 Per this
comment] this is tracking renaming the `BaseConstraint._check` method to
`check` when the ungoing deprecation period for `BaseConstraint.check`
(now `.condition`) ends.
Not sure if there is a better way to categorize this ticket so it doesn't
fall between the cracks when the deprecation period ends.
--
Ticket URL: <
https://code.djangoproject.com/ticket/35358>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.