File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,7 @@ Here's a screenshot of the toolbar in action:
19
19
In addition to the built-in panels, a number of third-party panels are
20
20
contributed by the community.
21
21
22
- The current version of the Debug Toolbar is 1.3.2. It works on Django 1.4 to 1.8.
23
-
24
- If you're using Django 1.4, you will need Django ≥ 1.4.2 and Python ≥ 2.6.5.
25
- If you're using Django ≥ 1.5, there aren't any restrictions.
22
+ The current version of the Debug Toolbar is 1.4. It works on Django ≥ 1.7.
26
23
27
24
Documentation, including installation and configuration instructions, is
28
25
available at http://django-debug-toolbar.readthedocs.org/.
Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = '1.3 '
62
+ version = '1.4 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '1.3.2 '
64
+ release = '1.4 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'django-debug-toolbar' ,
7
- version = '1.3.2 ' ,
7
+ version = '1.4 ' ,
8
8
description = 'A configurable set of panels that display various debug '
9
9
'information about the current request/response.' ,
10
10
long_description = open ('README.rst' , encoding = 'utf-8' ).read (),
You can’t perform that action at this time.
0 commit comments