Attachment support in the SQL backend
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 25 Feb 2012 22:53:11 +0000 (23:53 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 28 Feb 2012 19:52:35 +0000 (20:52 +0100)
commit3502958113c09c80830b7bee63c3d82b5ff72eb9
treeae5037d788612b6822791cf8e2b6ba279ff2e475
parente9f87f728ce67467272d9484b711e2a518537cb4
Attachment support in the SQL backend

attachments working with the sql backend.

- SQL Schema for attachment files, ordering attachments by
  their name, not by the submission order (as earlier).
- Dot-Notation for attachments, where missing.
- convert existing attachments over from mongo -> sql
mediagoblin/db/sql/convert.py
mediagoblin/db/sql/models.py
mediagoblin/edit/views.py
mediagoblin/tools/files.py