Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit f68d7ef

Browse files
timgrahamodeke-em
andauthored
django: remove SchemaEditor.quote_value() TODO (#445)
fixes #227 Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
1 parent fc0b0a7 commit f68d7ef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

django_spanner/schema.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@ def add_index(self, model, index):
199199
super().add_index(model, index)
200200

201201
def quote_value(self, value):
202-
# TODO: a real implementation:
203-
# https://github.com/orijtech/django-spanner/issues/227
202+
# A more complete implementation isn't currently required.
204203
return str(value)
205204

206205
def _alter_field(self, model, old_field, new_field, old_type, new_type,

0 commit comments

Comments
 (0)