Skip to content

Commit f68d7ef

Browse files
timgrahamodeke-em
andauthored
django: remove SchemaEditor.quote_value() TODO (googleapis#445)
fixes googleapis#227 Co-authored-by: Emmanuel T Odeke <[email protected]>
1 parent fc0b0a7 commit f68d7ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

django_spanner/schema.py

+1-2
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)