Ensure that long questions and comments are stored as db.Text.
This is done by adding the setCleaners methods which sets the appropriate cleaners for dynamic fields.
Reviewed by: Lennard de Rijk
#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()