Today I was using Django 1.3 with an existing Oracle database and got the following Oracle error in Django Admin when trying to save a form that updates a model class that refers to a BLOB type column: ORA-01465: invalid hex number The afforementioned model was using a simple models.TextField that works fine to display [...]