Changelog for
python311-django-debug-toolbar-3.6-31.9.noarch.rpm :
* Fri Jun 16 2023 Andreas Schneider
- Use sle15_python_module_pythons
* Sat Sep 03 2022 John Vandenberg - Update to v3.6
* Check if djdt-store-id is in all headers before usage
* docs: Fix a few typos
* Make Selenium tests pass, hopefully
* Add Django 4.1 to classifiers
* Remove signed_data_view decorator to support url type checking
* Avoid assigning arbitrary attributes to SafeString instances- from v3.5
* Add the upcoming Django 4.1 to the CI matrix
* Remove a couple of archived third-party repos
* Replace OrderedDict
* Do not crash when encountering unexpected data in the request
* Cache panel work
* Get PostgreSQL transaction tracking working
* Add pyflame to the list of third-party panels
* Fix cache panel miss counting
* Stacktrace cleanups
* Stack trace rework
* Minor documentation updates
* Reimplement HIDE_IN_STACKTRACES machinery
* Rework similary/duplicate query grouping
* Simplify SQLPanel._queries data structure
* Tweak get_stack_trace() API- from v3.4
* The path may not always be a true path for stacktraces
* Rename SQLPanel context var to control SQL access- from 3.3
* Drop support for Django 2.2 & 3.1
* Added MrBenn Panel to Third Party Panels
* Documentation fix in installation.rst
* Don\'t raise W006 warning when app loader is specified
* Move settings reset logic to settings module
* Avoid installing middleware if Content-Encoding is set at all
* Test middleware not injecting when Content-Encoding is set
* Remove Python 3.6 due to EOL
* Implement CacheStatTracker.get_or_set
* Optimize render_stacktrace()
* Remove unnecessary mock dependency
* Optimize SQL reformatting
* Fix USE_TZ RemovedInDjango50Warning
* Duplicate the \'djdt\' app_name to avoid importing toolbar early
* unsigning history forms
* adding a green flash to new rows in the history table on refresh
* Adding Update on ajax feature
* Order History panels requests descending chronologically
* Single source \'djdt\' app name
* Various minor documentation fixes
* Fix Docker instruction when host IP has more than 1 digit
* Fix sql recording for async views
* Preserve logs that LoggingPanel would previously overwrite
* Fix and improve .assertValidHTML() test method- from 3.2.4
* Revert PR 1426 - PostGIS param stripping. This was removing leading and trailing characters from string typed parameters for postgres applications.- from 3.2.3
* Update translations and revert xgettext aliasing
* Changed cache monkey-patching for Django 3.2+
* Add check and docs for TEMPLATES APP_DIRS=False
* Possibly fix an infinite recursion crash by avoid str() inside repr()
* Fix transifex link (net -> com)
* Add support for Python 3.10
* Additional readme warning when using docker
* Fix SQL selected / SQL explain for gis queries
* Allow using ProfilingPanel as non last panel
* Solve spelling mistake in documentation installation page
* Fix test_param_conversion for Django 4.1 and mysql
* Remove settings import from install instructions
* Add a big warning regarding the security implications of changing SHOW_TOOLBAR_CALLBACK
* Improve installation instructions
* Fix settings docs
* Update translations for a bunch of languages
* Update DE locale
* Discourage insecure SHOW_TOOLBAR_CALLBACK values
* Create urls module and remove import package from docs
* Fri Jan 07 2022 John Vandenberg - Skip Tumbleweed Python 3.6 incompatible with Django 4
* Wed Nov 17 2021 Andreas Schneider - Update to version 3.2.2
* Use current_thread instead of currentThread method that was deprecated in Python 3.10 by AATTtirkarthi in #1465
* Drop support for Django 3.0. by AATThramezani in #1461
* Support JS events when loading a panel. by AATTtim-schilling in #1441
* Use twine to check generated package and readme by AATTfrancoisfreitag in [#1468]
* Use default app config discovery by AATTfrancoisfreitag in #1467
* Show template context on included templates by AATTgilmrjc in #1436
* Keep the toolbar handle in bounds by AATTmatthiask in #1472
* Fixes #1239 by AATTsaemideluxe in #1475
* Extract common base cursor wrapper class by AATTjayaddison in #1479
* updated Slovak translation by AATTeriktelepovsky in #1480
* Fixes and improvements to history views by AATTashwch in #1484
* Add test coverage to ensure that SQL tracker wrappers are applied only once to database cursors by AATTjayaddison in #1478
* Correct RENDER_PANELS functionality and when enabled disable HistoryPanel by AATTtim-schilling in #1440
* Add: response status to HistoryPanel by AATTpsacawa in #1490
* Support for request-level urlconf overrides by AATTNielkS in #1488
* Sun May 09 2021 Daniel Molkentin - Update to v3.2.1
* Fix CVE-2021-30459 by creating signature from all data fields
* Mon Jan 25 2021 John Vandenberg - Added docs/
*.rst to docs- Update to v3.2
* Removed support for Django 1.11
* See docs/changes.rst for other breaking changes
* Thu Feb 20 2020 Tomáš Chvátal - Update to 2.2:
* Removed support for end of life Django 2.0 and 2.1.
* Added support for Python 3.8.
* Add locals() option for sql panel.
* Added support for Django 3.0
* Tue Jan 07 2020 Tomáš Chvátal - Update to 2.1:
* Changed the Travis CI matrix to run style checks first.
* Exposed the djdt.init function too.
* Small improvements to the code to take advantage of newer Django APIs and avoid warnings because of deprecated code.
* Verified compatibility with the upcoming Django 3.0
* Mon Sep 16 2019 Tomáš Chvátal - Update to 2.0:
* Updated StaticFilesPanel to be compatible with Django 3.0.
* The ProfilingPanel is now enabled but inactive by default.
* Fixed toggling of table rows in the profiling panel UI.
* The ProfilingPanel no longer skips remaining panels or middlewares.
* Improved the installation documentation.
* Fixed a possible crash in the template panel.
* Added support for psycopg2 Composed objects.
* Changed the Jinja2 tests to use Django\'s own Jinja2 template backend.
* Added instrumentation to queries using server side cursors.
* Removed support for Python 2.
* Removed support for Django\'s deprecated MIDDLEWARE_CLASSES setting. Too many small improvements and cleanups to list them all.- Remove merged patch t_integrations.patch
* Thu May 16 2019 Ondřej Súkup - add t_integrations.patch to fix tests with django-2.2