I shouldn't have removed the .save() entirely :)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 4 Jun 2011 12:41:31 +0000 (07:41 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 4 Jun 2011 12:41:31 +0000 (07:41 -0500)
mediagoblin/edit/views.py

index 5cfb22977691ccb1a92e782349dc8a12a3f1333b..c3aedac94490d11f6da965666e028ad0d015e165 100644 (file)
@@ -48,6 +48,7 @@ def edit_media(request, media):
             media['title'] = request.POST['title']
             media['description'] = request.POST['description']
             media['slug'] = request.POST['slug']
+            media.save()
 
             # redirect
             return exc.HTTPFound(