Changes between Initial Version and Version 1 of Ticket #35358
- Timestamp:
- Apr 7, 2024, 9:39:03 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35358
- Property Keywords 6.0 added
- Property Triage Stage Unreviewed → Someday/Maybe
- Property Summary Rename BaseConstraint._check to check once the deprecation period → Rename BaseConstraint._check() to check()
-
Ticket #35358 – Description
initial v1 1 [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. 2 3 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. 1 [https://github.com/django/django/pull/17876/files#r1508517275 Per this comment] , `BaseConstraint._check()` should be renamed to `check()` in Django 6.0 when the deprecation period for `BaseConstraint.check` (now `.condition`) ends.