Changes between Initial Version and Version 1 of Ticket #35358


Ignore:
Timestamp:
Apr 7, 2024, 9:39:03 PM (6 weeks ago)
Author:
Tim Graham
Comment:

For past releases, I put the Django version number in the keywords field and used that Trac query (example).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35358

    • Property Keywords 6.0 added
    • Property Triage Stage UnreviewedSomeday/Maybe
    • Property Summary Rename BaseConstraint._check to check once the deprecation periodRename 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.
Back to Top