Skip to content

Releases: morlandi/django-query-inspector

v1.2.9

04 Sep 10:04
Compare
Choose a tag to compare
  • Accept dataset expressed as list of either dict or OrderedDict to keep dict ordering with old versions of Python

v1.2.8

15 Mar 10:27
Compare
Choose a tag to compare
  • support for list params in query preview

v1.2.7

06 Mar 11:34
Compare
Choose a tag to compare
  • improved prettyprint_query()

v1.2.6

23 Feb 11:34
Compare
Choose a tag to compare
  • preverve existing (non-stock) duplicates when reloading stock queries

v1.2.5

22 Feb 11:21
Compare
Choose a tag to compare
  • "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

v1.2.4

09 Dec 11:37
Compare
Choose a tag to compare
  • 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

v1.2.3

22 Nov 11:51
Compare
Choose a tag to compare
  • Add sql_views in stock queries

v1.2.2

12 Nov 18:52
Compare
Choose a tag to compare
  • export preview as CSV, JSONL or XLSX

v1.2.1

13 Jul 12:29
Compare
Choose a tag to compare
  • comment out "signal" from sitecopy management command

v1.2.0

13 Jul 10:43
Compare
Choose a tag to compare
  • sitecopy refactored to support sitesync