From c92f710125218755c275ae98581a4305e57fd3fa Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 24 Nov 2013 14:25:07 +0100 Subject: Add short release notes for 1.0. Fix #475. --- docs/changes.rst | 16 ++++++++++++++++ docs/index.rst | 1 + docs/installation.rst | 3 +++ 3 files changed, 20 insertions(+) create mode 100644 docs/changes.rst (limited to 'docs') diff --git a/docs/changes.rst b/docs/changes.rst new file mode 100644 index 0000000..3172270 --- /dev/null +++ b/docs/changes.rst @@ -0,0 +1,16 @@ +Change log +========== + +1.0 +--- + +This is the first stable version of the Debug Toolbar! + +It includes many new features and performance improvements as well a few +backwards-incompatible changes to make the toolbar easier to use, extend and +maintain in the future. + +You're strongly encouraged to review the installation and configuration docs +and redo the setup in your projects. + +Third-party panels will need to be updated to work with this version. diff --git a/docs/index.rst b/docs/index.rst index ba372ab..12b778a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,4 +9,5 @@ Django Debug Toolbar tips panels commands + changes contributing diff --git a/docs/installation.rst b/docs/installation.rst index 2522e34..67cb230 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -39,6 +39,9 @@ For a simple Django project, that's all you need! The Debug Toolbar will automatically adjust a few settings when you start the development server. This happens only when the ``DEBUG`` setting is ``True``. +If you're upgrading from a previous version, you should review the +:doc:`change log ` and look for specific upgrade instructions. + If the automatic setup doesn't work for your project, if you want to learn what it does, or if you prefer defining your settings explicitly, read below. -- cgit v1.2.3