django: iexact lookup with Transform expression crashes #612
Labels
api: spanner
Issues related to the googleapis/python-spanner-django API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Milestone
Author.objects.filter(name__upper__iexact="abc")
======================================================================
E TypeError: not enough arguments for format string
django_spanner/lookups.py:106: TypeError
The text was updated successfully, but these errors were encountered: