So let\'s say I\'m using Python 2.5\'s built-in default sqlite3 and I have a Django model class with the following code:
class SomeEntity(models.Model): some
Perhaps you can create and use a custom model field; it would be a subclass of CharField but providing a db_type method returning "text collate nocase"