Revisions of python-django-debug-toolbar

buildservice-autocommit accepted request 1145944 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 29)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1145372 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 28)
- Update to 4.3
  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 of
    ``django.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 to ``False``.
  4.2.0 (2023-08-10)
  * Adjusted app directories system check to allow for nested template loaders.
  * Switched from flake8, isort and pyupgrade to `ruff
    <https://beta.ruff.rs/>`__.
  * Converted cookie keys to lowercase. Fixed the ``samesite`` argument to
    ``djdt.cookie.set``.
  * Converted ``StaticFilesPanel`` to no longer use a thread collector. Instead,
    it collects the used static files in a ``ContextVar``.
  * Added check ``debug_toolbar.W007`` to warn when JavaScript files are
    resolving to the wrong content type.
buildservice-autocommit accepted request 1093940 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 27)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1093852 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 26)
- Use sle15_python_module_pythons
buildservice-autocommit accepted request 1000980 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 25)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 944675 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 23)
- Skip Tumbleweed Python 3.6 incompatible with Django 4
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 932423 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 22)
- Update to version 3.2.2
  * 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
buildservice-autocommit accepted request 891926 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 21)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) committed (revision 20)
John Vandenberg's avatar John Vandenberg (jayvdb) committed (revision 19)
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 891924 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 18)
- Update to v3.2.1 
  * Fix CVE-2021-30459 by creating signature from all data fields
buildservice-autocommit accepted request 866436 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 17)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 866435 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 16)
- Added docs/*.rst to docs
- Update to v3.2
buildservice-autocommit accepted request 777579 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 14)
- 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
buildservice-autocommit accepted request 761487 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 13)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 12)
- 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 (at the time of writing).
buildservice-autocommit accepted request 731227 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 11)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 10)
- 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
Displaying revisions 1 - 20 of 29
openSUSE Build Service is sponsored by