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
/
setup.py
Age
Commit message (
Expand
)
Author
2014-04-19
Merge pull request #577 from prestontimmons/setup-version
Aymeric Augustin
2014-04-15
System encoding might not be utf-8
Erik Cederstrand
2014-04-14
Remove upper limit from django version in setup.py.
Preston Timmons
2014-04-12
Bump version numbers for 1.1.
Aymeric Augustin
2014-01-07
Bump version number for bugfix releases.
1.0.1
Aymeric Augustin
2013-12-21
Bump version numbers for 1.0 final.
Aymeric Augustin
2013-12-21
Bump version numbers for 1.0 beta.
Aymeric Augustin
2013-12-21
Bump version numbers for 1.0 alpha.
Aymeric Augustin
2013-11-08
Bump version number.
Aymeric Augustin
2013-11-06
Django 1.6 was released today and it's supported!
Aymeric Augustin
2013-11-01
Get rid of custom test runner.
Aymeric Augustin
2013-10-28
Bump version number (once again).
0.10.2
Aymeric Augustin
2013-10-27
Bump version number.
0.10.1
Aymeric Augustin
2013-10-27
GitHub has removed the downloads section.
Aymeric Augustin
2013-10-27
Bump version number and update README.
0.10.0
Aymeric Augustin
2013-10-26
Eliminate almost all flake8 messages.
Aymeric Augustin
2013-10-26
Add supported Python versions to setup.py.
Aymeric Augustin
2013-10-17
The actual requirement is Django >= 1.4.2.
Aymeric Augustin
2013-10-17
Switch to an external version of sqlparse.
Aymeric Augustin
2013-10-17
Bump requirements to Django >= 1.4 & Python >= 2.6
Aymeric Augustin
2013-04-24
Bumped up the tests require settings to allow using Django 1.5.x.
Jannis Leidel
2012-05-13
Got rid of the dependency on Dingus.
Jannis Leidel
2012-04-06
Added a Django 1.4 test environment to Travis config.
Jannis Leidel
2012-03-31
Removed unneeded ez_setup from list of excluded modules in setup.py.
Jannis Leidel
2012-01-17
Actually update the media files this time (compressed toolbar.js to toolbar.m...
0.9.4
David Cramer
2012-01-17
Revert using live events on toolbar button (fixes GH-255 and GH-251).
David Cramer
2012-01-12
Version bump to 0.9.2
David Cramer
2012-01-03
Bump to version 0.9.1 as I fail at Git
v0.9.1
David Cramer
2012-01-03
Version to 0.9.0
v0.9.0
David Cramer
2011-07-21
Bump version to 0.9.0-dev
David Cramer
2011-06-14
Move test suite into parent namespace
David Cramer
2011-05-27
Change __import__ usage to to be import_module, adjust test reqs to specify >...
David Cramer
2011-05-10
Bump version and use get-distribution to avoid unnescesary imports
David Cramer
2011-05-09
Update URLs to reflect organization change
David Cramer
2011-03-30
Some initial tests and fix for execution model
David Cramer
2009-09-12
Updated URL to the GitHub page (soon to be finished)
0.8.0
Rob Hudson
2009-04-02
Adding download URL to setup script.
0.7.0
Rob Hudson
2008-12-12
Fine tuning setup.py for Pypi release.
Rob Hudson
2008-12-10
Some tweaks and changes to the setup.py file.
Rob Hudson
2008-12-09
Initial setup.cfg and setup.py
Dan Fairs