Convert stanford/hudson alpha's updStatus to work with django 1.0.2's
authorDiane Trout <diane@caltech.edu>
Wed, 19 Aug 2009 00:30:48 +0000 (00:30 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 19 Aug 2009 00:30:48 +0000 (00:30 +0000)
WSGIRequest objects.

(Mostly this means accessing request.REQUEST instead of just request)

Also I changed the user restriction from 'rami' to is_superuser, as for
some reason the user variable attached to the request is an actual django
user.


No differences found