----------------
- WorkspaceCollageSnippetGroup's name was a TextField (=multiline) instead of
a simple CharField. Oracle stores a TextField as a "NCLOB" and has some
restrictions on them (no index, no .distinct()). Anyway, this blew up on
an oracle-using installation. Fixed now.
- Removed double value_aggregate() method from base adapter: the extra one
raised a NotImplemented error and overshadowed the real method.