Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ _get_naive_now
Function
_get_naive_now
django/db/models/fields/__init__.py:1387–1388 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1385
1386
1387
def
_get_naive_now():
1388
return
_to_naive(timezone.now())
1389
1390
1391
class
DateTimeCheckMixin:
Callers
2
_check_if_value_fixed
Method · 0.85
_check_fix_default_value
Method · 0.85
Calls
2
_to_naive
Function · 0.85
now
Method · 0.45
Tested by
no test coverage detected