def get_text(self):
        text = self._format_section(self.title)
        text += self._format_setting('MIGRATION_MODULES')
        text += self._showmigrations()
        return text