gitcoinbot.models

Define Gitcoin Bot specific models.

GitcoinBotResponses

GitcoinBotResponses(self, *args, **kwargs)

Define the Gitcoin Bot response model for recording bot request data.

_method

GitcoinBotResponses._method(self, *, field=<django.db.models.fields.DateTimeField: created_on>, is_next=True, **kwargs)

_method

GitcoinBotResponses._method(self, *, field=<django.db.models.fields.DateTimeField: modified_on>, is_next=True, **kwargs)

_method

GitcoinBotResponses._method(self, *, field=<django.db.models.fields.DateTimeField: created_on>, is_next=False, **kwargs)

_method

GitcoinBotResponses._method(self, *, field=<django.db.models.fields.DateTimeField: modified_on>, is_next=False, **kwargs)

id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

request

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

response

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.