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