Opened 7 months ago

Last modified 2 weeks ago

#35358 new Cleanup/optimization

Rename BaseConstraint._check() to check() — at Version 1

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 Tim Graham)

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 (1)

comment:1 by Tim Graham, 7 months ago

Description: modified (diff)
Keywords: 6.0 added
Summary: Rename BaseConstraint._check to check once the deprecation periodRename BaseConstraint._check() to check()
Triage Stage: UnreviewedSomeday/Maybe

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

Note: See TracTickets for help on using tickets.
Back to Top