Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ GreaterThan
Class
GreaterThan
django/db/models/lookups.py:418–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
417
@Field.register_lookup
418
class
GreaterThan(FieldGetDbPrepValueMixin, BuiltinLookup):
419
lookup_name =
"gt"
420
421
422
@Field.register_lookup
Callers
15
_filter_prefetch_queryset
Function · 0.90
test_lookup_direct_value_rhs_unwrapped
Method · 0.90
test_alias
Method · 0.90
test_annotate_value_greater_than_value
Method · 0.90
test_annotate_field_greater_than_field
Method · 0.90
test_annotate_field_greater_than_value
Method · 0.90
test_annotate_field_greater_than_literal
Method · 0.90
test_annotate_literal_greater_than_field
Method · 0.90
test_combined_lookups
Method · 0.90
test_lookup_in_filter
Method · 0.90
test_combined_lookups_in_filter
Method · 0.90
test_combined_annotated_lookups_in_filter
Method · 0.90
Calls
no outgoing calls
Tested by
15
test_lookup_direct_value_rhs_unwrapped
Method · 0.72
test_alias
Method · 0.72
test_annotate_value_greater_than_value
Method · 0.72
test_annotate_field_greater_than_field
Method · 0.72
test_annotate_field_greater_than_value
Method · 0.72
test_annotate_field_greater_than_literal
Method · 0.72
test_annotate_literal_greater_than_field
Method · 0.72
test_combined_lookups
Method · 0.72
test_lookup_in_filter
Method · 0.72
test_combined_lookups_in_filter
Method · 0.72
test_combined_annotated_lookups_in_filter
Method · 0.72
test_combined_annotated_lookups_in_filter_false
Method · 0.72