Opened 7 years ago

Closed 7 years ago

Last modified 5 years ago

#28370 closed Cleanup/optimization (fixed)

Deprecate the unused context argument of Field.from_db_value() and Expression.convert_value()

Reported by: Tim Graham Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Mariusz Felisiak Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (6)

comment:1 by Tim Graham, 7 years ago

Has patch: set

comment:2 by Mariusz Felisiak, 7 years ago

Triage Stage: AcceptedReady for checkin
Version: 1.11master

comment:3 by Mariusz Felisiak, 7 years ago

Cc: Mariusz Felisiak added

comment:4 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In 487362f:

Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().

Unused since a0d166306fbdc41f49e6fadf4ec84b17eb147daa.

comment:5 by Tim Graham <timograham@…>, 7 years ago

In 62dee148:

Refs #28370 -- Moved db converters deprecation warning to improve performance.

comment:6 by Tim Graham <timograham@…>, 5 years ago

In da5eb3d:

Refs #28370 -- Removed support for the context arg of Field.from_db_value() and Expression.convert_value().

Per deprecation timeline.

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