Browse Source

updated changelog for v0.4. forms.py: only whitespace changes

Natenom/support-murmur-13-1446181288462 v0.4
Michael Ziegler 15 years ago
parent
commit
e2854bc7d5
  1. 8
      CHANGELOG
  2. 2
      pyweb/mumble/forms.py

8
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.

2
pyweb/mumble/forms.py

@ -1,5 +1,5 @@
from django.forms import ModelForm
from models import *
from models import *
class MumbleForm( ModelForm ):
class Meta:

Loading…
Cancel
Save