Django Sql Explorer Versions Save

Easily share data across your company via SQL queries. From Grove Collab.

4.0.2

2 months ago

Minor bugfixes

4.0.1

2 months ago
  • Add support for Django 5.0. Drop support for Python < 3.10.
  • Basic code completion in the editor!
  • Front-end must be built with Vite if installing from source.
  • #565 : Front-end modernization. CodeMirror 6. Bootstrap5. Vite-based build
  • #566 : Django 5 support & tests
  • #537 : S3 signature version support
  • #562 : Record and show whether the last run of each query was successful
  • #571 : Replace isort and flake8 with Ruff (linting)

Note: There is no 4.0.0 release as 4.0.1 was needed to resolve a conflict on PyPi

4.0.0.beta4

2 months ago
  • Simplify Vite inclusion of built files (does not require manifest.json)
  • Dynamic use of STATIC_URL for different prod environments

4.0.0.beta3

2 months ago
  • Fix additional bugs, break apart JS for faster loading.
  • Removes floatThead dependency
  • Removes python <3.10 support from setup.py

4.0.0.beta2

2 months ago
  • Removes jquery-ui dependency (replaced with sortablejs)
  • Uses dynamic imports so the JS is now chunked
  • Fixes a subtle versioning info that prevents PyPi from flagging beta releases
  • Adds back support for Django 3.2 (no code changes required - simply added back to tox tests and setup.py)
  • Fixes a few styling bugs

4.0.0.beta1

2 months ago

What's New

  • #565: Front-end modernization. Code completion via CodeMirror 6. Bootstrap5. Vite-based build
  • #566: Django 5 support & tests
  • #537: S3 signature version support
  • #562: Visually show whether the last run was successful
  • #571: Replace isort and flake8 with Ruff (linting)

3.2.1

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/3.2.0...3.2.1

3.2.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/3.1.1...3.2.0

3.1.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/3.1.0...3.1.1

3.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/3.0.1...3.1.0