django_find.rawquery module

class django_find.rawquery.PaginatedRawQuerySet(model, raw_query, args=None, limit=None, offset=None)[source]

Bases: object

__init__(model, raw_query, args=None, limit=None, offset=None)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

count
query
django_find.rawquery.assert_positive_slice(slc)[source]