Use the decorator @register to register your own Section child models, and use their fields attribute to specify which fields it uses.
Oh boy! This is a big one. Two new dependencies: swapper and django-polymorphic will now allow any project that uses cms to elegantly extend the default Section model with custom fields and custom subclasses. This is still a work in progress.