-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py-django-sql-explorer: updated to 3.2.1
3.2.1 (2023-07-13) * Test for SET PASSWORD * Fix User primary key reference 3.2.0 (2023-05-17) * CSRF token httponly support + s3 destination for async results 3.1.1 (2023-02-27) * Added makemigrations --check pre-commit hook * Add missing migration 3.1.0 (2023-02-25) * Favorite queries * Add labels to params like $$paramName|label:defaultValue$$ * Pivot export * ci: pre-commit autoupdate * ci: ran pre-commit on all files for ci bot integration * ci: coverage update * ci: Adding django 4.2 to the test suite 3.0.1 (2022-12-16) * Fix for running without optional packages 3.0 (2022-12-15) Add support for Django >3.2 and drop support for <3.2 Add support for Python 3.9, 3.10 and 3.11 and drop support for <3.8 * Document breakage of "Format" button due to CSRF_COOKIE_HTTPONLY * Avoid execution of parameterised queries when viewing query * Change sql blacklist functionality from regex to sqlparse * Form display in popup now requires sanitize: false flag * Updated celery support * Added pre-commit hooks * Feature/more s3 providers * Check sql blacklist on execution as well as save * Conditionally import optional packages
- Loading branch information
adam
committed
Dec 7, 2023
1 parent
1143adb
commit e615fdc
Showing
3 changed files
with
111 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.5 2021/10/26 11:30:33 nia Exp $ | ||
$NetBSD: distinfo,v 1.6 2023/12/07 18:10:26 adam Exp $ | ||
|
||
BLAKE2s (django-sql-explorer-1.1.3.tar.gz) = f212acc6f2aa97753e12d4665db1d7220e5fa4a0fb67b61c8a5c8c4b39d72986 | ||
SHA512 (django-sql-explorer-1.1.3.tar.gz) = 91d88ef63e9171e216624af74b20e4f80cf890fe5a508edfbe17e3da2c18e6ea1d4a64e2c0309ef880c9c6bfe3a205d0782ec4611d808d5fcf00301d5f2f55ea | ||
Size (django-sql-explorer-1.1.3.tar.gz) = 182208 bytes | ||
BLAKE2s (django-sql-explorer-3.2.1.tar.gz) = cd96c8d64d674b9caf851a52b4c01efccd8cc1e97b6a4265dbed0bfbd96fdd88 | ||
SHA512 (django-sql-explorer-3.2.1.tar.gz) = 459e1fbf607a993f31657a2d259b10e153cd9e19d6fb98f9df0a01e7f9e1424a6e5e231093336aba170bdb598ceff283d899bdbd6e0e91698c6f95771669a1d4 | ||
Size (django-sql-explorer-3.2.1.tar.gz) = 428969 bytes |