A rough draft of the Group Model, to be merged with Pawel's current effort in
his working copy. This is *very* incomplete...
class BaseCreation(object): """ This class encapsulates all backend-specific differences that pertain to database *creation*, such as the column types to use for particular Django Fields. """ pass