File python-django-debug-toolbar.changes of Package failed_python-django-debug-toolbar
-------------------------------------------------------------------
Fri Jun 16 09:28:25 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
- Use sle15_python_module_pythons
-------------------------------------------------------------------
Sat Sep 3 02:45:12 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- 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 7 03:47:57 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Skip Tumbleweed Python 3.6 incompatible with Django 4
-------------------------------------------------------------------
Wed Nov 17 13:32:08 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- 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
-------------------------------------------------------------------
Sun May 9 23:52:34 UTC 2021 - Daniel Molkentin <daniel.molkentin@suse.com>
- Update to v3.2.1
* Fix CVE-2021-30459 by creating signature from all data fields
-------------------------------------------------------------------
Mon Jan 25 02:40:41 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- 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 07:57:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- 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 7 09:27:43 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- 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 09:47:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 11:18:44 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- add t_integrations.patch to fix tests with django-2.2
-------------------------------------------------------------------
Wed Apr 24 12:02:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Export the lang to make sure we build on older openSUSE releases
-------------------------------------------------------------------
Tue Feb 19 18:08:01 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Update to v1.11
* Use ``defer`` on all ``<script>`` tags to avoid blocking HTML parsing,
removed inline JavaScript.
* Stop inlining images in CSS to avoid Content Security Policy errors
altogether.
* Reformatted the code using `black <https://github.com/ambv/black>`__.
* Added the Django mail panel to the list of third-party panels.
* Convert system check errors to warnings to accomodate exotic
configurations.
* Fixed a crash when explaining raw querysets.
* Fixed an obscure unicode error with binary data fields.
* Added MariaDB and Python 3.7 builds to the CI.
- from 1.10.1
* Fixed a problem where the duplicate query detection breaks for
non-hashable query parameters.
* Added support for structured types when recording SQL.
* Made Travis CI also run one test no PostgreSQL.
* Added fallbacks for inline images in CSS.
* Improved cross-browser compatibility around ``URLSearchParams`` usage.
* Fixed a few typos and redundancies in the documentation, removed
mentions of django-debug-toolbar's jQuery which aren't accurate
anymore.
- from 1.10
* Removed support for Django < 1.11.
* Added support and testing for Django 2.1 and Python 3.7. No actual code
changes were required.
* Removed the jQuery dependency. This means that django-debug-toolbar
now requires modern browsers with support for ``fetch``, ``classList``
etc.
* Added support for the server timing header.
* Added a differentiation between similar and duplicate queries. Similar
queries are what duplicate queries used to be (same SQL, different
parameters).
* Stopped hiding frames from Django's contrib apps in stacktraces by
default.
* Lots of small cleanups and bugfixes.
-------------------------------------------------------------------
Wed Aug 8 08:18:50 UTC 2018 - tchvatal@suse.com
- Version update to 1.9.1:
* Many many changes to list
* Fix building with latest djangos
- Convert to singlespec
-------------------------------------------------------------------
Mon Mar 16 12:29:37 UTC 2015 - mcihar@suse.cz
- Update to 1.3.0:
New features
* A new panel is available: Template Profiler.
* The SHOW_TOOLBAR_CALLBACK accepts a callable.
* The toolbar now provides a JavaScript API.
Bugfixes
* The toolbar handle cannot leave the visible area anymore when the toolbar is collapsed.
* The root level logger is preserved.
* The RESULTS_CACHE_SIZE setting is taken into account.
* CSS classes are prefixed with djdt- to prevent name conflicts.
* The private copy of jQuery no longer registers as an AMD module on sites that load RequireJS.
-------------------------------------------------------------------
Wed Jul 23 11:06:16 UTC 2014 - mcihar@suse.cz
- Update to version 1.2.1:
+ See http://django-debug-toolbar.readthedocs.org/en/1.2/changes.html
for full changelog
-------------------------------------------------------------------
Fri Nov 8 08:31:51 UTC 2013 - speilicke@suse.com
- Update to version 0.10.2:
+ Upstream provides no changelog
-------------------------------------------------------------------
Thu Oct 24 11:02:01 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Tue Mar 13 09:47:13 UTC 2012 - cfarrell@suse.com
- license update: BSD-3-Clause
Most of the license references point to the BSD-2-Clause on
opensource.org but the COPYING file is BSD-3-Clause
-------------------------------------------------------------------
Mon Mar 12 20:37:11 UTC 2012 - saschpe@gmx.de
- Fix typo, it's README.rst, not README.rs1
-------------------------------------------------------------------
Sat Mar 10 18:23:59 UTC 2012 - saschpe@gmx.de
- Use upstream tarball
- Simplify macro usage
-------------------------------------------------------------------
Tue Jan 17 12:11:10 UTC 2012 - alexandre@exatati.com.br
- Update to 0.9.4:
- Sorry, no changelog.
-------------------------------------------------------------------
Fri Jan 13 03:58:12 UTC 2012 - alexandre@exatati.com.br
- Update to 0.9.2:
- Sorry,, no changelog.
-------------------------------------------------------------------
Wed Jan 4 00:55:11 UTC 2012 - alexandre@exatati.com.br
- Update to 0.9.1:
- Sorry, no changelog atm.
-------------------------------------------------------------------
Mon Apr 25 21:28:33 UTC 2011 - alexandre@exatati.com.br
- Update to 0.8.5:
- Sorry, no changelog.
- Regenerate spec file with py2pack.
-------------------------------------------------------------------
Tue Nov 9 10:47:43 UTC 2010 - alexandre@exatati.com.br
- Update to 0.8.4;
- Bzip2 source file;
- Spec file cleaned with spec-cleaner.
-------------------------------------------------------------------
Wed Mar 3 22:45:44 UTC 2010 - alexandre@exatati.com.br
- Update to 0.8.3.
-------------------------------------------------------------------
Tue Mar 2 23:33:26 UTC 2010 - alexandre@exatati.com.br
- Update to 0.8.2.
-------------------------------------------------------------------
Wed Nov 4 13:04:58 UTC 2009 - alexandre@exatati.com.br
- Update to 0.8.1;
- Building as noarch for openSUSE >= 11.2.
-------------------------------------------------------------------
Mon Sep 14 11:07:47 UTC 2009 - alexandre@exatati.com.br
- Update to 0.8.0.
-------------------------------------------------------------------
Tue Aug 18 00:50:56 UTC 2009 - alexandre@exatati.com.br
- Initial package (0.7.0) for openSUSE.