index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug_toolbar
/
panels
/
request_vars.py
Age
Commit message (
Expand
)
Author
2013-11-01
Fix support for non-ASCII keys in sessions.
Aymeric Augustin
2013-11-01
Sort items in request vars panel.
Aymeric Augustin
2013-10-26
Eliminate almost all flake8 messages.
Aymeric Augustin
2013-10-17
Stopped using dict.iter*.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2012-04-07
Added resolved URL name to the Request var panel. Closes #214.
Jannis Leidel
2012-01-12
pep8
David Cramer
2011-09-15
Edited all of the panels to use the stats API and not override the content me...
bkonkle
2011-09-12
Updated the request_vars panel
bkonkle
2011-07-14
Merge branch 'master' of https://github.com/dokterbob/django-debug-toolbar in...
David Cramer
2011-06-14
Moved view function name extraction into debug_toolbar.utils.get_name_from_obj
David Cramer
2011-06-14
Panel content handles when a class doesn't have a name, default to <unknown>
cmdkeen
2011-06-02
Fixes RequestVarsDebugPanel' object has no attribute 'view_func' bug.
Tomasz Buchert
2011-03-22
Fix issue with __name__ if a class-based view (i.e. a FormWizard) is used
Rob Golding
2011-03-03
As it turns out, view_func is not always available
Mathijs de Bruin
2010-01-14
Template panel context cleanup.
Chris Adams
2009-11-18
Marked more strings for translation and updated 'fr' locale.
David Jean Louis
2009-11-06
Updated view info to be horizontal tabular.
Rob Hudson
2009-11-06
Show view name and arguments and keyword arguments in the request vars panel.
Alex Gaynor
2009-09-24
Fixed a bug, recently introduced, that turned the sessions list into a tuple of
Rob Hudson
2009-09-15
Allow request vars to work even with disabled session middleware.
Augie Fackler
2009-08-12
added in-panel title
Idan Gazit
2009-08-12
renamed title/subtitle -> nav_title/nav_subtitle
Idan Gazit
2008-09-21
Refactoring middleware and panels so panels have more explicit middleware-like
Rob Hudson
2008-09-09
Adding a `has_content` boolean to panels to avoid issues with checking if
Rob Hudson
2008-09-09
Merging in some changes from David Cramer for the HTTP vars panel but renaming
Rob Hudson