Releases: uptick/django-pev
Releases · uptick/django-pev
django-pev: v1.0.2
django-pev: v1.0.1
django-pev: v1.0.0
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
0.1.2
Changes:
- Auto format the sql uploaded to pev