------ - Accept dataset expressed as list of either dict or OrderedDict to keep dict ordering with old versions of Python
1.2.8
------ - support for list params in query preview
1.2.7
------ - improved `prettyprint_query()`
1.2.6
------ - preverve existing (non-stock) duplicates when reloading stock queries
1.2.5
------ - "enabled" boolean field added - "slug" is no longer unique, and a Query.objects.get_query_for_slug(query_name) is available for retriving the active query associated with a certain slug and detect any duplication
1.2.4
------ * QUERY_INSPECTOR_QUERY_STOCK_QUERIES can be either a list, or a callable which returns a list * Identify stock queries created from views and materialized views