Release 0.4.1

This commit is contained in:
David Jean Louis 2011-11-14 23:09:53 +01:00
parent 02699457c8
commit 7189535662
4 changed files with 15 additions and 2 deletions

View File

@ -2,6 +2,18 @@
django-admin-tools changelog
============================
Version 0.4.1, 15 November 2011:
--------------------------------
* Static files and django 1.3 support
* Fixed modules instanciation issues (fixes #65)
* Nested groups support & better html id generation (fixes issue #70)
* Fixed various js and css problems
* Added translation for Finnish + updates on other languages
* More robust dashboard layout
* Added force_show_title property to Group module
Version 0.4.0, 13 December 2010:
--------------------------------

View File

@ -6,4 +6,4 @@ administration interface, it includes:
* a customizable menu bar,
* tools to make admin theming easier.
"""
VERSION = '0.4.0'
VERSION = '0.4.1'

View File

@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: django-admin-tools 0.4.0\n"
"Project-Id-Version: django-admin-tools 0.4.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-01-27 08:34+0100\n"
"PO-Revision-Date: 2011-01-27 06:11+0200\n"

View File

@ -20,6 +20,7 @@ django-admin-tools includes:
This documentation covers the latest version of django-admin-tools (tip).
For older versions please follow the links below:
* `Version 0.4.0 <http://readthedocs.org/docs/django-admin-tools/v0.4.1/>`_
* `Version 0.4.0 <http://readthedocs.org/docs/django-admin-tools/v0.4.0/>`_
* `Version 0.3.0 <http://readthedocs.org/docs/django-admin-tools/v0.3.0/>`_
* `Version 0.2.0 <http://readthedocs.org/docs/django-admin-tools/v0.2.0/>`_