Re: Django Debug Toolbar 1.0 beta released
I'm especially happy to see support for Python 3. Very nice.
On Sun, Dec 15, 2013 at 2:11 PM, Aymeric Augustin <aymeric.augustin.2003@polytechnique.org> wrote:
Hello,--
I'm happy to annonce that we're almost ready to release version 1.0 of the Debug Toolbar! Now we need your help to try the beta:
https://github.com/django-debug-toolbar/django-debug-toolbar/releases/tag/1.0-beta
The documentation is available on Read the Docs — make sure you read the "latest" version as there are many changes since 0.11:
http://django-debug-toolbar.readthedocs.org/en/latest/
Note that the setup process is different from previous versions:
http://django-debug-toolbar.readthedocs.org/en/latest/installation.html#quick-setup
Please report issues on GitHub:
https://github.com/django-debug-toolbar/django-debug-toolbar/issues
If no major problems are found, we'll release 1.0 in one week.
Here are the main changes from version 0.9.x and earlier. (Versions 0.10 and 0.11 were transitory versions leading to 1.0; they were released to validate some choices before committing to support them for the lifetime of 1.x.)
- Panels are now rendered on demand, solving the "20MB HTML page" problem
- Panels can be individually disabled from the frontend, in case a panel degrades performance severely on a page
- Interception of redirects can be toggled from the frontend
- The handle can be dragged along the right side, in case it hides exactly the part of the page you're working on :-)
- Static files are managed with django.contrib.staticfiles, solving a series of URL-related issues
- The setup process was rewritten, to provide a simplified automatic setup and an optional explicit setup
- Panels and settings received shorter or better names
- A stable API for third-party panels is documented
- The core of the toolbar was simplified drastically and almost all the code was refactored into panels
- The toolbar was made compatible with all current versions of Django and Python, including Python 3.
- The test suite was expanded and gained Selenium tests
- Dozens of bugs were fixed
I hope you'll like it!
--
Aymeric.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2d498dbe-3880-4986-9dc6-a4f7a68ed1b6%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACkDSm9fbsDz5awxDERxHxvBNq5VA76YmdDGfs_BSCmz60_9nQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home