django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.

BSD-3-CLAUSE License

Downloads
3.2M
Stars
7.9K
Committers
283

Bot releases are hidden (Show)

django-debug-toolbar - 4.4.4 Latest Release

Published by tim-schilling 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.4.3...4.4.4

django-debug-toolbar - 4.4.3

Published by tim-schilling 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.4.2...4.4.3

django-debug-toolbar - 4.4.2

Published by matthiask 5 months ago

What's Changed

Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.4.1...4.4.2

django-debug-toolbar - 4.4.1

Published by tim-schilling 5 months ago

What's changed

See changelog for 4.4.1

PRs merged

Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.4...4.4.1

django-debug-toolbar - 4.4

Published by tim-schilling 5 months ago

Note: Version 4.4 (4.4.0) was not released to PyPI due to a metadata version incompatibility. Version 4.4.1 fixes that.

What's changed

See changelog for 4.4

PRs merged

New Contributors

Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.3...4.4

django-debug-toolbar - 4.3

Published by tim-schilling 9 months ago

What's Changed

New Contributors

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

django-debug-toolbar - 4.2

Published by tim-schilling about 1 year ago

What's Changed

New Contributors

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

django-debug-toolbar - 4.1

Published by matthiask over 1 year ago

What's Changed

New Contributors

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

django-debug-toolbar - 4.0.0

Published by matthiask over 1 year ago

  • 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.
django-debug-toolbar - 3.8.1

Published by tim-schilling almost 2 years ago

Note: 3.8.0 was not released, use 3.8.1

What's Changed

New Contributors

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

django-debug-toolbar - 3.8

Published by tim-schilling almost 2 years ago

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

django-debug-toolbar - 3.7

Published by tim-schilling about 2 years ago

What's Changed

New Contributors

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

django-debug-toolbar - 3.6

Published by tim-schilling about 2 years ago

What's Changed

New Contributors

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

django-debug-toolbar - 3.5

Published by tim-schilling over 2 years ago

What's Changed

New Contributors

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

django-debug-toolbar - 3.4

Published by tim-schilling over 2 years ago

What's Changed

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

django-debug-toolbar - 3.3.0

Published by tim-schilling over 2 years ago

What's Changed

New Contributors

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

django-debug-toolbar - 3.2.4

Published by tim-schilling almost 3 years ago

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

django-debug-toolbar - 3.2.3

Published by tim-schilling almost 3 years ago

What's Changed

New Contributors

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

django-debug-toolbar - 3.2.2

Published by auvipy almost 3 years ago

What's Changed

New Contributors

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

django-debug-toolbar - 1.0 beta

Published by aaugustin almost 11 years ago

This is the second pre-release leading up 1.0.

Package Rankings
Top 0.42% on Pypi.org
Top 5.49% on Proxy.golang.org
Top 4.44% on Alpine-edge