﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36727	Deprecate get_placeholder in favor of get_placeholder_sql	Jacob Walls	Simon Charette	For consistency with other expressions that [https://docs.djangoproject.com/en/6.0/releases/6.0/#custom-orm-expressions-should-return-params-as-a-tuple return sql and params separately] (e.g. `tuple[str, tuple]`), we should deprecate `get_placeholder` for a `get_placeholder_sql` method that returns `tuple[str, tuple]` and adapt `BaseSpatialField`, `get_geom_placeholder`, and other call sites like `Value.as_sql` to make use of it.	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed		Simon Charette	Ready for checkin	1	0	0	0	0	0
