Generic check_media_slug_used db utility.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 24 Jan 2012 20:47:40 +0000 (21:47 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 5 Mar 2012 20:37:05 +0000 (21:37 +0100)
commitb62b3b982a2543fb881c93570c544fbef61dd97e
treec07f4bb1a60b91310a82df3ab8cd8b89cd92218a
parentc65cbf9514278fd624ff6f1ccbac93cca8e31764
Generic check_media_slug_used db utility.

In two cases (generating a new slug and editing the slug)
it is nice to know in advance (before the db gets angry)
that the slug is used/free. So created a db utility
function to check for this on mongo and sql:
check_media_slug_used()
mediagoblin/db/mongo/util.py
mediagoblin/db/sql/util.py
mediagoblin/db/util.py
mediagoblin/edit/views.py