aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/lib.py
Commit message (Collapse)AuthorAgeFilesLines
* Add GNU headers to new *.pyElrond2011-06-021-0/+16
|
* Handle Exceptions from save(); Move may_edit_mediaElrond2011-06-021-0/+8
Turn .save() excpetions into a HTTPConflict. Not nice, but at least the user gets the error. Until there is a proper way to validate things and get nice errors. Move may_edit_media() to lib.py, as it's not a view.