from django.db.models import Func

class RandomUUID(Func): ...
class TransactionNow(Func): ...
