Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-debug-toolbar to 4.3.0 #691

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Feb 1, 2024

This PR updates django-debug-toolbar from 1.11 to 4.3.0.

Changelog

4.2

What's Changed
* Fixed 1780 -- Adjusted system check to allow for nested template loa… by carltongibson in https://github.com/jazzband/django-debug-toolbar/pull/1783
* Include all files in sdist archives by mgorny in https://github.com/jazzband/django-debug-toolbar/pull/1785
* SQL panel work by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1786
* Use ruff for linting by WhyNotHugo in https://github.com/jazzband/django-debug-toolbar/pull/1781
* Minor testing cleanups by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1782
* Fix 1792: Lowercase all cookie keys, actually allow overriding the samesite value by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1793
* More rules for ruff by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1794
* Fix CI tests with MariaDB. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1797
* Switch StaticFilesPanel to use ContextVar. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1801
* Check JavaScript files content type. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1802
* Handle logging queries encoded as bytes under PostgreSQL by Lucidiot in https://github.com/jazzband/django-debug-toolbar/pull/1812
* Patch CursorWrapper dynamically to allow multiple base classes. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1820

New Contributors
* mgorny made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1785
* WhyNotHugo made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1781
* Lucidiot made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1812

**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/4.1...4.2

4.1

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jazzband/django-debug-toolbar/pull/1755
* SQL query formatting improvements by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1752
* Use the new STORAGES setting in Django 4.2 by radwon in https://github.com/jazzband/django-debug-toolbar/pull/1759
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jazzband/django-debug-toolbar/pull/1761
* Switch to sphinx 7's intersphinx_mapping usage. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1767
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jazzband/django-debug-toolbar/pull/1766
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jazzband/django-debug-toolbar/pull/1768
* Fix 1711 Improve installation page formats by pauloxnet in https://github.com/jazzband/django-debug-toolbar/pull/1772
* Don't try to undo cache method monkey patching by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1770
* Add theming support by GergelyKalmar in https://github.com/jazzband/django-debug-toolbar/pull/1760
* Replace deprecated GitHub Actions set-output commands by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1774
* Fix psycopg3 tests by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1773
* Replace time.time() with time.perf_counter() by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1777
* Bump coverage percentage to 94% by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1776
* D9pouces wsgi.multiprocess 1 by d9pouces in https://github.com/jazzband/django-debug-toolbar/pull/1765
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jazzband/django-debug-toolbar/pull/1778
* Version 4.1.0 by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1779

New Contributors
* GergelyKalmar made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1760
* d9pouces made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1765

**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/4.0.0...4.1

4.0.0

* Added Django 4.2a1 to the CI.
* Dropped support for Python 3.7.
* Fixed PostgreSQL raw query with a tuple parameter during on explain.
* Use ``TOOLBAR_LANGUAGE`` setting when rendering individual panels
that are loaded via AJAX.
* Add decorator for rendering toolbar views with ``TOOLBAR_LANGUAGE``.
* Removed the logging panel. The panel's implementation was too complex, caused
memory leaks and sometimes very verbose and hard to silence output in some
environments (but not others). The maintainers judged that time and effort is
better invested elsewhere.
* Added support for psycopg3.
* When ``ENABLE_STACKTRACE_LOCALS`` is ``True``, the stack frames' locals dicts
will be converted to strings when the stack trace is captured rather when it
is rendered, so that the correct values will be displayed in the rendered
stack trace, as they may have changed between the time the stack trace was
captured and when it is rendered.

3.8.1

What's Changed
* fix: Simplify logic for Panel.enabled property by adamantike in https://github.com/jazzband/django-debug-toolbar/pull/1676
* Auto-update History panel with JavaScript fetch requests. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1685
* Improve the template_source view coverage a bit by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1688
* Support rerendering the toolbar on HTMX boosted pages. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1686
* Include panel scripts in content when RENDER_PANELS=True by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1689
* Fixed 1693 -- Run tests on python 3.11 by pauloxnet in https://github.com/jazzband/django-debug-toolbar/pull/1694
* Add divide by zero protection in timer.js  by SmailBestybay in https://github.com/jazzband/django-debug-toolbar/pull/1687
* Fixed 1695 - Run test on Python 3.11 for Django 4.1 by pauloxnet in https://github.com/jazzband/django-debug-toolbar/pull/1696
* Create one-time mouseup listener for each mousedown by scuml in https://github.com/jazzband/django-debug-toolbar/pull/1697
* Update package metadata by ofek in https://github.com/jazzband/django-debug-toolbar/pull/1690
* Validate and format pyproject.toml by hugovk in https://github.com/jazzband/django-debug-toolbar/pull/1700
* Drop Rob's email address in project config. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1699
* Fix highlighting on history panel by scuml in https://github.com/jazzband/django-debug-toolbar/pull/1698
* Allow Language Selection on the Toolbar by leandrodesouzadev in https://github.com/jazzband/django-debug-toolbar/pull/1703
* Attach handlers to djDebug instead of document by scuml in https://github.com/jazzband/django-debug-toolbar/pull/1702
* Formalize support for Python 3.11. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1713

New Contributors
* adamantike made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1676
* SmailBestybay made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1687
* ofek made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1690
* hugovk made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1700
* leandrodesouzadev made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1703

**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/3.7...3.8.1

3.8

This tag was not released due to a bug in the release job. Use 3.8.1

3.7

What's Changed
* Fix JS linting error from pre-commit. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1670
* Use system font stack in the toolbar by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1672
* Profiling panel improvements by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1669
* added functionality to keep unsort the session dict by ritiksoni00 in https://github.com/jazzband/django-debug-toolbar/pull/1673

New Contributors
* ritiksoni00 made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1673

**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/3.6...3.7

3.6

What's Changed
* Remove unused import from installation.rst by jonatron in https://github.com/jazzband/django-debug-toolbar/pull/1648
* Check if djdt-store-id is in all headers before usage. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1651
* docs: Fix a few typos by timgates42 in https://github.com/jazzband/django-debug-toolbar/pull/1652
* Make Selenium tests pass, hopefully by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1655
* Add Django 4.1 to classifiers by hramezani in https://github.com/jazzband/django-debug-toolbar/pull/1656
* Remove signed_data_view decorator to support url type checking. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1658
* Upgrade GitHub Actions by cclauss in https://github.com/jazzband/django-debug-toolbar/pull/1660
* Fix 1662: Avoid assigning arbitrary attributes to SafeString instances by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1663

New Contributors
* jonatron made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1648
* timgates42 made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1652

**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/3.5...3.6

3.5

What's Changed
* Explicit external link, hopefully fixes the docs linting action by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1618
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jazzband/django-debug-toolbar/pull/1617
* Add the upcoming Django 4.1 to the CI matrix by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1623
* Remove a couple of archived third-party repos by cclauss in https://github.com/jazzband/django-debug-toolbar/pull/1622
* Replace OrderedDict by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1625
* Fix 1621: Do not crash when encountering unexpected data in the request by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1624
* Cache panel work by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1626
* Get PostgreSQL transaction tracking working by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1619
* Add pyflame to the list of third-party panels by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1628
* Fix cache panel miss counting by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1629
* Stacktrace cleanups by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1630
* Increase minimum coverage percentage to 93% by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1632
* Stack trace rework by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1631
* Minor documentation updates by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1634
* Reimplement HIDE_IN_STACKTRACES machinery by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1635
* Rework similary/duplicate query grouping by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1636
* Simplify SQLPanel._queries data structure by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1638
* Tweak get_stack_trace() API by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1637

New Contributors
* cclauss made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1622

And thank you living180 for the plethora of PRs this release.

**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/3.4...3.5

3.4

What's Changed
* The path may not always be a true path for stacktraces. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1613
* Add changelog for unpacking error when rendering stacktrace. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1614
* Rename SQLPanel context var to control SQL access. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1615


**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/3.3...3.4

3.3

What's Changed
* Drop support for Django 3.1 by hramezani in https://github.com/jazzband/django-debug-toolbar/pull/1548
* Drop support for Django 2.2 by hramezani in https://github.com/jazzband/django-debug-toolbar/pull/1551
* Added MrBenn Panel to Third Party Panels by robertispas in https://github.com/jazzband/django-debug-toolbar/pull/1554
* Add pyupgrade and django-upgrade pre-commit hooks by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1553
* Documentation fix in installation.rst by angusholder in https://github.com/jazzband/django-debug-toolbar/pull/1555
* Don't raise W006 warning when app loader is specified. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1556
* Remove codecov, solely use coverage. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1542
* Remove the codecov badge, we're not using codecov anymore by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1557
* Move settings reset logic to settings module. by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1559
* Avoid installing middleware if Content-Encoding is set at all by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1560
* Test middleware not injecting when Content-Encoding is set by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1562
* Ignore all coverage files from Git by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1563
* Specify code coverage as a static value.  by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1558
* Fix 1565 Remove Python 3.6 due to EOL by pauloxnet in https://github.com/jazzband/django-debug-toolbar/pull/1566
* Implement CacheStatTracker.get_or_set by francoisfreitag in https://github.com/jazzband/django-debug-toolbar/pull/1570
* Optimize render_stacktrace() by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1571
* Remove unnecessary mock dependency by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1572
* Optimize SQL reformatting by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1574
* Fix USE_TZ RemovedInDjango50Warning by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1573
* Fix 1581: Duplicate the 'djdt' app_name to avoid importing the toolbar early by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1582
* unsigning history forms by gone in https://github.com/jazzband/django-debug-toolbar/pull/1583
* adding a green flash to new rows in the history table on refresh by gone in https://github.com/jazzband/django-debug-toolbar/pull/1578
* Adding Update on ajax feature by gone in https://github.com/jazzband/django-debug-toolbar/pull/1577
* Fix link to pre-commit homepage by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1589
* Order History panels requests descending chronologically. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1587
* Single source 'djdt' app name by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1588
* Various minor documentation fixes by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1592
* Fix Docker instruction when host IP has more than 1 digit by RomainGehrig in https://github.com/jazzband/django-debug-toolbar/pull/1594
* Fix sql recording for async views by bellini666 in https://github.com/jazzband/django-debug-toolbar/pull/1585
* Preserve logs that LoggingPanel would previously overwrite by riwatt in https://github.com/jazzband/django-debug-toolbar/pull/1603
* Fix and improve .assertValidHTML() test method by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1597

New Contributors
* robertispas made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1554
* angusholder made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1555
* RomainGehrig made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1594
* bellini666 made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1585
* riwatt made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1603

**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/3.2.4...3.3

3.2.4

What's Changed
* Revert PR 1426 - PostGIS param stripping. This was removing leading and trailing characters from string typed parameters for postgres applications.


**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/3.2.3...3.2.4

3.2.3

What's Changed
* Update translations and revert xgettext aliasing. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1494
* Utilize pre-commit to help devs follow style guidelines by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1495
* Changed cache monkey-patching for Django 3.2+ by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1497
* Add check and docs for TEMPLATES APP_DIRS=False. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1498
* Update tox and github actions. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1500
* Possibly fix an infinite recursion crash by avoid str() inside repr() by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1507
* Add Django 4.0a1 to tox.ini by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1508
* Fix transifex link (net -> com) by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1510
* Add support for Python 3.10 by joshuadavidthomas in https://github.com/jazzband/django-debug-toolbar/pull/1511
* Additional readme warning when using docker by daniel-butler in https://github.com/jazzband/django-debug-toolbar/pull/1294
* Fix SQL selected / SQL explain for gis queries by jieter in https://github.com/jazzband/django-debug-toolbar/pull/1426
* Allow using ProfilingPanel as non last panel by noamkush in https://github.com/jazzband/django-debug-toolbar/pull/1299
* Update tox.ini by auvipy in https://github.com/jazzband/django-debug-toolbar/pull/1519
* Solve spelling mistake in documentation installation page by mahbd in https://github.com/jazzband/django-debug-toolbar/pull/1520
* Add Python 3.10 test pipeline for Django 3.2 by hramezani in https://github.com/jazzband/django-debug-toolbar/pull/1521
* Run CI tests weekly. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1523
* Fix test_param_conversion for Django 4.1 and mysql by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1526
* Remove settings import from install instructions. by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1528
* Add a big warning regarding the security implications of changing SHOW_TOOLBAR_CALLBACK by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1530
* Update Django 4.0 version in tox.ini to RC1 by pauloxnet in https://github.com/jazzband/django-debug-toolbar/pull/1531
* Improve installation instructions by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1533
* Fix settings docs by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1534
* Use only pre-commit for style linters and fixers by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1535
* Update translations for a bunch of languages. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1525
* Update DE locale by Baltrunas in https://github.com/jazzband/django-debug-toolbar/pull/1505
* Discourage insecure SHOW_TOOLBAR_CALLBACK values by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1539
* Create urls module and remove import package from docs. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1537

New Contributors
* joshuadavidthomas made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1511
* pre-commit-ci made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1512
* jazzband-bot made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1516
* daniel-butler made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1294
* noamkush made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1299
* auvipy made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1519
* mahbd made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1520
* pauloxnet made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1531
* Baltrunas made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1505

**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/3.2.2...3.2.3

3.2.2

What's Changed
* Use current_thread instead of currentThread method that was deprecated in Python 3.10 by tirkarthi in https://github.com/jazzband/django-debug-toolbar/pull/1465
* Drop support for Django 3.0. by hramezani in https://github.com/jazzband/django-debug-toolbar/pull/1461
* Support JS events when loading a panel. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1441
* Use twine to check generated package and readme by francoisfreitag in https://github.com/jazzband/django-debug-toolbar/pull/1468
* Use default app config discovery by francoisfreitag in https://github.com/jazzband/django-debug-toolbar/pull/1467
* Show template context on included templates by gilmrjc in https://github.com/jazzband/django-debug-toolbar/pull/1436
* Keep the toolbar handle in bounds by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1472
* Fixes 1239 by saemideluxe in https://github.com/jazzband/django-debug-toolbar/pull/1475
* Extract common base cursor wrapper class by jayaddison in https://github.com/jazzband/django-debug-toolbar/pull/1479
* updated Slovak translation by eriktelepovsky in https://github.com/jazzband/django-debug-toolbar/pull/1480
* Fixes and improvements to history views by ashwch in https://github.com/jazzband/django-debug-toolbar/pull/1484
* Add test coverage to ensure that SQL tracker wrappers are applied only once to database cursors by jayaddison in https://github.com/jazzband/django-debug-toolbar/pull/1478
* Correct RENDER_PANELS functionality and when enabled disable HistoryPanel by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1440
* Add: response  status to HistoryPanel by psacawa in https://github.com/jazzband/django-debug-toolbar/pull/1490
* Support for request-level urlconf overrides by NielkS in https://github.com/jazzband/django-debug-toolbar/pull/1488
* Version 3.2.2 by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1492

New Contributors
* tirkarthi made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1465
* saemideluxe made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1475
* jayaddison made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1479
* eriktelepovsky made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1480
* ashwch made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1484
* psacawa made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1490
* NielkS made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1488

**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/3.2.1...3.2.2
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant