From e2854bc7d54603ca64586bb5b164064c5b0c7adf Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Fri, 10 Apr 2009 13:36:48 +0200 Subject: [PATCH] updated changelog for v0.4. forms.py: only whitespace changes --- CHANGELOG | 8 ++++++++ pyweb/mumble/forms.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 73a1919..07dd9e2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,14 @@ mumble-django changelog ======================= +Version 0.4, 10 April 2009: +------------------------------ +* Various bug fixes. +* Added settings for django-registration to settings.py, so users can + actually find them and don't need to figure these out on their own. +* Added a form for Server Admins (people added to the Admin group on the + root channel) to change a few settings like server password and MOTD. + Version 0.3, 25 March 2009: ------------------------------ * added basepath autodetection. diff --git a/pyweb/mumble/forms.py b/pyweb/mumble/forms.py index 9f5e575..3b5548e 100644 --- a/pyweb/mumble/forms.py +++ b/pyweb/mumble/forms.py @@ -1,5 +1,5 @@ from django.forms import ModelForm -from models import * +from models import * class MumbleForm( ModelForm ): class Meta: