﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24894	Add CURRENT_TIMESTAMP function to contrib.postgres	Adam Johnson	Adam Johnson	#24866 implements a Now() function for the ORM. For postgres, it uses STATEMENT_TIMESTAMP(), in order to be cross-compatible with the other database backends, rather than CURRENT_TIMESTAMP - this is because CURRENT_TIMESTAMP is the same across the transaction. Adding a TransactionNow function to django.contrib.postgres would make this (default) behaviour discoverable and easily usable with Django.	New feature	closed	contrib.postgres	1.8	Normal	fixed			Ready for checkin	1	0	0	0	0	0
