Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ output_field
Method
output_field
django/db/models/sql/where.py:293–296 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
291
292
@cached_property
293
def
output_field(self):
294
from
django.db.models
import
BooleanField
295
296
return
BooleanField()
297
298
@property
299
def
_output_field_or_none(self):
Callers
nothing calls this directly
Calls
1
BooleanField
Class · 0.90
Tested by
no test coverage detected