MCPcopy
hub / github.com/django/django / Upper

Class Upper

django/db/models/functions/text.py:375–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373
374
375class Upper(Transform):
376 function = "UPPER"
377 lookup_name = "upper"

Callers 15

test_database_defaultMethod · 0.90
test_basicMethod · 0.90
test_expressionsMethod · 0.90
test_mixed_char_textMethod · 0.90
test_functionsMethod · 0.90
test_filter_valuesMethod · 0.90

Calls

no outgoing calls

Tested by 15

test_database_defaultMethod · 0.72
test_basicMethod · 0.72
test_expressionsMethod · 0.72
test_mixed_char_textMethod · 0.72
test_functionsMethod · 0.72
test_filter_valuesMethod · 0.72