Releases: django-commons/django-debug-toolbar
Releases · django-commons/django-debug-toolbar
3.3.0
What's Changed
- Drop support for Django 3.1 by @hramezani in #1548
- Drop support for Django 2.2 by @hramezani in #1551
- Added MrBenn Panel to Third Party Panels by @robertispas in #1554
- Add pyupgrade and django-upgrade pre-commit hooks by @matthiask in #1553
- Documentation fix in installation.rst by @angusholder in #1555
- Don't raise W006 warning when app loader is specified. by @tim-schilling in #1556
- Remove codecov, solely use coverage. by @tim-schilling in #1542
- Remove the codecov badge, we're not using codecov anymore by @matthiask in #1557
- Move settings reset logic to settings module. by @adamchainz in #1559
- Avoid installing middleware if Content-Encoding is set at all by @adamchainz in #1560
- Test middleware not injecting when Content-Encoding is set by @adamchainz in #1562
- Ignore all coverage files from Git by @adamchainz in #1563
- Specify code coverage as a static value. by @matthiask in #1558
- Fix #1565 Remove Python 3.6 due to EOL by @pauloxnet in #1566
- Implement CacheStatTracker.get_or_set by @francoisfreitag in #1570
- Optimize render_stacktrace() by @adamchainz in #1571
- Remove unnecessary mock dependency by @adamchainz in #1572
- Optimize SQL reformatting by @adamchainz in #1574
- Fix USE_TZ RemovedInDjango50Warning by @adamchainz in #1573
- Fix #1581: Duplicate the 'djdt' app_name to avoid importing the toolbar early by @matthiask in #1582
- unsigning history forms by @gone in #1583
- adding a green flash to new rows in the history table on refresh by @gone in #1578
- Adding Update on ajax feature by @gone in #1577
- Fix link to pre-commit homepage by @living180 in #1589
- Order History panels requests descending chronologically. by @tim-schilling in #1587
- Single source 'djdt' app name by @living180 in #1588
- Various minor documentation fixes by @living180 in #1592
- Fix Docker instruction when host IP has more than 1 digit by @RomainGehrig in #1594
- Fix sql recording for async views by @bellini666 in #1585
- Preserve logs that LoggingPanel would previously overwrite by @riwatt in #1603
- Fix and improve .assertValidHTML() test method by @living180 in #1597
New Contributors
- @robertispas made their first contribution in #1554
- @angusholder made their first contribution in #1555
- @RomainGehrig made their first contribution in #1594
- @bellini666 made their first contribution in #1585
- @riwatt made their first contribution in #1603
Full Changelog: 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: 3.2.3...3.2.4
3.2.3
What's Changed
- Update translations and revert xgettext aliasing. by @tim-schilling in #1494
- Utilize pre-commit to help devs follow style guidelines by @tim-schilling in #1495
- Changed cache monkey-patching for Django 3.2+ by @tim-schilling in #1497
- Add check and docs for TEMPLATES APP_DIRS=False. by @tim-schilling in #1498
- Update tox and github actions. by @tim-schilling in #1500
- Possibly fix an infinite recursion crash by avoid str() inside repr() by @matthiask in #1507
- Add Django 4.0a1 to tox.ini by @matthiask in #1508
- Fix transifex link (net -> com) by @tim-schilling in #1510
- Add support for Python 3.10 by @joshuadavidthomas in #1511
- Additional readme warning when using docker by @daniel-butler in #1294
- Fix SQL selected / SQL explain for gis queries by @jieter in #1426
- Allow using ProfilingPanel as non last panel by @noamkush in #1299
- Update tox.ini by @auvipy in #1519
- Solve spelling mistake in documentation installation page by @mahbd in #1520
- Add Python 3.10 test pipeline for Django 3.2 by @hramezani in #1521
- Run CI tests weekly. by @tim-schilling in #1523
- Fix test_param_conversion for Django 4.1 and mysql by @tim-schilling in #1526
- Remove settings import from install instructions. by @adamchainz in #1528
- Add a big warning regarding the security implications of changing SHOW_TOOLBAR_CALLBACK by @matthiask in #1530
- Update Django 4.0 version in tox.ini to RC1 by @pauloxnet in #1531
- Improve installation instructions by @adamchainz in #1533
- Fix settings docs by @adamchainz in #1534
- Use only pre-commit for style linters and fixers by @adamchainz in #1535
- Update translations for a bunch of languages. by @tim-schilling in #1525
- Update DE locale by @Baltrunas in #1505
- Discourage insecure SHOW_TOOLBAR_CALLBACK values by @matthiask in #1539
- Create urls module and remove import package from docs. by @tim-schilling in #1537
New Contributors
- @joshuadavidthomas made their first contribution in #1511
- @pre-commit-ci made their first contribution in #1512
- @jazzband-bot made their first contribution in #1516
- @daniel-butler made their first contribution in #1294
- @noamkush made their first contribution in #1299
- @auvipy made their first contribution in #1519
- @mahbd made their first contribution in #1520
- @pauloxnet made their first contribution in #1531
- @Baltrunas made their first contribution in #1505
Full Changelog: 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 #1465
- Drop support for Django 3.0. by @hramezani in #1461
- Support JS events when loading a panel. by @tim-schilling in #1441
- Use twine to check generated package and readme by @francoisfreitag in #1468
- Use default app config discovery by @francoisfreitag in #1467
- Show template context on included templates by @gilmrjc in #1436
- Keep the toolbar handle in bounds by @matthiask in #1472
- Fixes #1239 by @saemideluxe in #1475
- Extract common base cursor wrapper class by @jayaddison in #1479
- updated Slovak translation by @eriktelepovsky in #1480
- Fixes and improvements to history views by @ashwch in #1484
- Add test coverage to ensure that SQL tracker wrappers are applied only once to database cursors by @jayaddison in #1478
- Correct RENDER_PANELS functionality and when enabled disable HistoryPanel by @tim-schilling in #1440
- Add: response status to HistoryPanel by @psacawa in #1490
- Support for request-level urlconf overrides by @NielkS in #1488
- Version 3.2.2 by @tim-schilling in #1492
New Contributors
- @tirkarthi made their first contribution in #1465
- @saemideluxe made their first contribution in #1475
- @jayaddison made their first contribution in #1479
- @eriktelepovsky made their first contribution in #1480
- @ashwch made their first contribution in #1484
- @psacawa made their first contribution in #1490
- @NielkS made their first contribution in #1488
Full Changelog: 3.2.1...3.2.2