Changelog for
python3-django-debug-toolbar-1.6-1.6.noarch.rpm :
Mon Dec 12 13:00:00 2016 arunAATTgmx.de
- update to version 1.6:
* Removed features
+ Support for automatic setup has been removed as it was
frequently problematic. Installation now requires explicit
setup. The DEBUG_TOOLBAR_PATCH_SETTINGS setting has also been
removed as it is now unused. See the :doc:`installation
documentation
` for details.
* Bugfixes
+ The DebugToolbarMiddleware now also supports Django 1.10\'s
MIDDLEWARE setting.
Sat Jul 23 14:00:00 2016 arunAATTgmx.de
- specfile:
* update copyright year
* update url
- update to version 1.5:
* This version is compatible with Django 1.10 and requires Django
1.8 or later.
* Support for Python 3.2 is dropped.
* Bugfixes
+ Restore compatibility with sqlparse ≥ 0.2.0.
+ Add compatibility with Bootstrap 4, Pure CSS, MDL, etc.
+ Improve compatibility with RequireJS / AMD.
+ Improve the UI slightly.
+ Fix invalid (X)HTML.
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
* remove if case for suse version <= 1110
Thu Jan 14 13:00:00 2016 jgleissnerAATTsuse.com
- update to version 1.4:
* This version is compatible with the upcoming Django 1.9 release.
It requires Django 1.7 or later.
* New panel method debug_toolbar.panels.Panel.generate_stats()
allows panels to only record stats when the toolbar is going to
be inserted into the response.
* Response time for requests of projects with numerous media files
has been improved.
Wed Jan 13 13:00:00 2016 jgleissnerAATTsuse.com
- initial package