Opened 7 months ago
Last modified 7 days ago
#35358 new Cleanup/optimization
Rename BaseConstraint._check() to check()
Reported by: | Simon Charette | Owned by: | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | 6.0 |
Cc: | Mariusz Felisiak, YashRaj1506 | Triage Stage: | Someday/Maybe |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Per this comment , BaseConstraint._check()
should be renamed to check()
in Django 6.0 when the deprecation period for BaseConstraint.check
(now .condition
) ends.
Change History (8)
comment:1 by , 7 months ago
Description: | modified (diff) |
---|---|
Keywords: | 6.0 added |
Summary: | Rename BaseConstraint._check to check once the deprecation period → Rename BaseConstraint._check() to check() |
Triage Stage: | Unreviewed → Someday/Maybe |
comment:5 by , 7 months ago
To make it clear, this ticket cannot be worked on until Django 6.0 which will remove the deprecation shim for CheckConstraint.check
in favor of .condition
which will allow BaseConstraint.check
to be reclaimed.
follow-up: 7 comment:6 by , 3 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The above issue has been resolved in the below PR.
https://github.com/django/django/pull/18448
follow-up: 8 comment:7 by , 3 months ago
Resolution: | fixed |
---|---|
Status: | closed → new |
Replying to Sourav6971:
The above issue has been resolved in the below PR.
https://github.com/django/django/pull/18448
Ticket is fixed when PR is merged. Secondly, as Simon already mentioned, this ticket cannot be worked on until Django 6.0. Please work on "Accepted" tickets, not tickets marked as "Someday/maybe".
comment:8 by , 3 months ago
So sorry for not paying attention. Got carried away with the excitement of solving my first issue.
Replying to Mariusz Felisiak:
Replying to Sourav6971:
The above issue has been resolved in the below PR.
https://github.com/django/django/pull/18448
Ticket is fixed when PR is merged. Secondly, as Simon already mentioned, this ticket cannot be worked on until Django 6.0. Please work on "Accepted" tickets, not tickets marked as "Someday/maybe".
comment:10 by , 8 weeks ago
Please a take a minute to read the context of the ticket; this ticket cannot be worked on until Django 6.0
comment:11 by , 7 days ago
Cc: | added |
---|
For past releases, I put the Django version number in the keywords field and used that Trac query (example).