seed.managers package

Submodules

seed.managers.json module

:copyright (c) 2014 - 2015, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Department of Energy) and contributors. All rights reserved. # NOQA :author

class seed.managers.json.JsonManager

Bases: django.db.models.manager.Manager

get_query_set(*args, **kwargs)
get_queryset()
class seed.managers.json.JsonQuerySet(primary=None, *args, **kwargs)

Bases: django.db.models.query.QuerySet

json_query(key, value=None, cond=None, key_cast='text', unit=None, **kw)

Query JsonField data using simplified syntax.

See build_extra for parameter definitions. optional parameters pulled from kwargs: :param excludes: list of str, value conditions to avoid, applied first. :param field: str, if you’d like to override the self.primary. :param order_by: str (optional), name of a key you want to order_by. :param order_by_rev: boolean (optional), whether to reverse or not.

Module contents

:copyright (c) 2014 - 2015, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Department of Energy) and contributors. All rights reserved. # NOQA :author