Skip to content

Releases: uptick/django-pev

django-pev: v1.0.2

12 Aug 02:37
16f5a65
Compare
Choose a tag to compare

1.0.2 (2025-08-12)

Bug Fixes

  • sqlglot: allow skipping unparseable sql (d18acac)
  • sqlglot: allow skipping unparseable sql (34a96a3)

django-pev: v1.0.1

14 May 06:52
7c86215
Compare
Choose a tag to compare

1.0.1 (2025-05-14)

Bug Fixes

django-pev: v1.0.0

14 May 06:35
b2df251
Compare
Choose a tag to compare

1.0.0 (2025-05-14)

Features

  • 0.1.6: add migration to enable statements (9bab7b4)
  • 1.7: update pg_stat_extension if it is not of the correct version (c232faa)
  • Add a sample site (b0239b6)
  • add button to show the prompt (51fa164)
  • add capability to generate out ai prompt for optimization (7dd7592)
  • add different payloads (patch/get/put/delete etc) (5ad388a)
  • add live-connections (625ba21)
  • Add pev_response.visualize_in_browser() (92c23a9)
  • add queries views (e392dfd)
  • Add the explain context manager and tests (4ff64e0)
  • adds an explain view with an embedded PEV (3cac384)
  • Allow django <5 (2dad1de)
  • Auto add the version number and bump to 0.1.2 (3a5444d)
  • display tracebacks when explaining sql (2661e74)
  • Format the sql stored (7f4d35b)
  • improve the ux of explain (70e744f)
  • Linted/mypyed everything (23b30fb)
  • logging: Add info logging (32192c2)
  • protect the view with superuser (aeabe36)
  • remove the ugly sidebar that didn't work / flex properly (78433b9)
  • show/display nplusone queries (4a79dd4)
  • use custom test client class with DJANGO_PEV_EXPLAIN_TEST_CLASS (eaa9e65)

Bug Fixes

  • fix the css layout of the embedded pev view (46c6e40)

Dependencies

  • Remove dependency to pytest-django (3f3f0e9)

Documentation

  • Add dalibos disclaimer (2f95d65)
  • Better docs (33900a5)
  • Give a better explanation on debugging slow endpoints (26b4318)
  • update readme with screenshot and installation instructions (baf0a60)
  • Update the badges for readme (64cc037)
  • Update usage documentation (28c6390)

0.1.2

13 Dec 02:30
Compare
Choose a tag to compare

Changes:

  • Auto format the sql uploaded to pev