Skip to content

Commit 05f3fb9

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 92b6d99 commit 05f3fb9

File tree

1 file changed

+1
-2
lines changed
  • packages/django-google-spanner/django_spanner

1 file changed

+1
-2
lines changed

packages/django-google-spanner/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)