MCPcopy
hub / github.com/django/django / TransactionNow

Class TransactionNow

django/contrib/postgres/functions.py:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class TransactionNow(Func):
10 template = "CURRENT_TIMESTAMP"
11 output_field = DateTimeField()

Callers 1

test_transaction_nowMethod · 0.90

Calls 1

DateTimeFieldClass · 0.90

Tested by 1

test_transaction_nowMethod · 0.72