myHebrewDates
myHebrewDates copied to clipboard
Bump django-debug-toolbar from 4.2.0 to 4.3.0
Bumps django-debug-toolbar from 4.2.0 to 4.3.0.
Release notes
Sourced from django-debug-toolbar's releases.
4.3
What's Changed
- docs(panels): remove very old / outdated third-party panels by
@Zerotask
in jazzband/django-debug-toolbar#1825- Add note on lack of async support to docs by
@salomvary
in jazzband/django-debug-toolbar#1829- do not quote SQL params before passing them to mogrify by
@tkoschnick
in jazzband/django-debug-toolbar#1832- panels(templates): avoid evaluating LazyObject by
@nijel
in jazzband/django-debug-toolbar#1833- Support Django 5.0 by
@adamchainz
in jazzband/django-debug-toolbar#1839- Add Python 3.12 to the test matrix. by
@tim-schilling
in jazzband/django-debug-toolbar#1816- Fix
utils.get_name_from_obj
proper view names by@leandrodesouzadev
in jazzband/django-debug-toolbar#1846- pyproject.toml: Work on the readability of ruff settings by
@cclauss
in jazzband/django-debug-toolbar#1850- Switch to ruff format by
@matthiask
in jazzband/django-debug-toolbar#1852- Fix #1858 -- Drop support for Django 4.0 by
@pauloxnet
in jazzband/django-debug-toolbar#1859- Fix #1860 -- Update GitHub action versions by
@pauloxnet
in jazzband/django-debug-toolbar#1861- Refactor is_project_func method for Windows compatibility by
@DraKen0009
in jazzband/django-debug-toolbar#1857- Configure ESLint using a JS file instead of JSON by
@matthiask
in jazzband/django-debug-toolbar#1868- pre-commit-config: Upgrade ruff by
@cclauss
in jazzband/django-debug-toolbar#1869- The djdt handle shouldn't be stuck at the top of the browser window initially #1853 by
@VeldaKiara
in jazzband/django-debug-toolbar#1871- 1843 new ajax request resets whole view if historypanel is enabled by
@elineda
in jazzband/django-debug-toolbar#1872New Contributors
@Zerotask
made their first contribution in jazzband/django-debug-toolbar#1825@salomvary
made their first contribution in jazzband/django-debug-toolbar#1829@tkoschnick
made their first contribution in jazzband/django-debug-toolbar#1832@nijel
made their first contribution in jazzband/django-debug-toolbar#1833@DraKen0009
made their first contribution in jazzband/django-debug-toolbar#1857@VeldaKiara
made their first contribution in jazzband/django-debug-toolbar#1871@elineda
made their first contribution in jazzband/django-debug-toolbar#1872Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.2...4.3
Changelog
Sourced from django-debug-toolbar's changelog.
4.3.0 (2024-02-01)
- Dropped support for Django 4.0.
- Added Python 3.12 to test matrix.
- Removed outdated third-party panels from the list.
- Avoided the unnecessary work of recursively quoting SQL parameters.
- Postponed context process in templates panel to include lazy evaluated content.
- Fixed template panel to avoid evaluating
LazyObject
when not already evaluated.- Added support for Django 5.0.
- Refactor the
utils.get_name_from_obj
to simulate the behavior ofdjango.contrib.admindocs.utils.get_view_name
.- Switched from black to the
ruff formatter <https://astral.sh/blog/the-ruff-formatter>
__.- Changed the default position of the toolbar from top to the upper top position.
- Added the setting,
UPDATE_ON_FETCH
to control whether the toolbar automatically updates to the latest AJAX request or not. It defaults toFalse
.
Commits
0b59e24
Version 4.3.00e7711e
1843 new ajax request reset's whole view if history panel is enabled (#1872)22df01c
The djdt handle shouldn't be stuck at the top of the browser window initially...77aa47a
pre-commit-config: Upgrade ruff (#1869)7731cd2
Configure ESLint using a JS file instead of JSON (#1868)075d38b
[pre-commit.ci] pre-commit autoupdate (#1866)6e9ce48
Refactor is_project_func method for Windows compatibility (#1857)fb16de1
[pre-commit.ci] pre-commit autoupdate (#1864)be989d2
Fix #1860 -- Update GitHub action versions (#1861)6ff1dd1
Enable the temporary workaround for https://github.com/prettier/prettier/issu...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)