django_unicorn.views.objects#

Module Contents#

class django_unicorn.views.objects.Action(data)#

Action that gets queued.

django_unicorn.views.objects.sort_dict(d)#
class django_unicorn.views.objects.ComponentRequest(request, component_name)#

Parses, validates, and stores all of the data from the message request.

validate_checksum()#

Validates that the checksum in the request matches the data.

Returns:

Raises AssertionError if the checksums don’t match.

class django_unicorn.views.objects.Return(method_name, args=None, kwargs=None)#
property value#
get_data()#