Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.3.0 #1610

Merged
merged 1 commit into from
Apr 30, 2022
Merged

Version 3.3.0 #1610

merged 1 commit into from
Apr 30, 2022

Conversation

tim-schilling
Copy link
Member

  • Track calls to :py:meth:django.core.caches.cache.get_or_set.
  • Removed support for Django < 3.2.
  • Updated check W006 to look for
    django.template.loaders.app_directories.Loader.
  • Reset settings when overridden in tests. Packages or projects using
    django-debug-toolbar can now use Django’s test settings tools, like
    @override_settings, to reconfigure the toolbar during tests.
  • Optimize rendering of SQL panel, saving about 30% of its run time.
  • New records in history panel will flash green.
  • Automatically update History panel on AJAX requests from client.

First time contributors:

  • bellini666
  • riwatt

Contributors to the release:

  • adamchainz
  • living180
  • gone
  • matthiask
  • francoisfreitag
  • pauloxnet

* Track calls to :py:meth:`django.core.caches.cache.get_or_set`.
* Removed support for Django < 3.2.
* Updated check ``W006`` to look for
  ``django.template.loaders.app_directories.Loader``.
* Reset settings when overridden in tests. Packages or projects using
  django-debug-toolbar can now use Django’s test settings tools, like
  ``@override_settings``, to reconfigure the toolbar during tests.
* Optimize rendering of SQL panel, saving about 30% of its run time.
* New records in history panel will flash green.
* Automatically update History panel on AJAX requests from client.
@matthiask matthiask merged commit 0897c5d into django-commons:main Apr 30, 2022
@matthiask
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants