Oracle error when filtering on one2many related TextField (nclob)

2012-07-12 Thread c.poll...@bangor.ac.uk
Hi All I hope someone can help with a really frustrating problem I'm having. I have the following models class Output(models.Model): title = models.CharField(u'Title', max_length=1024, db_index=True) ingest_time = models.DateTimeField(u'Ingest timestamp' , default=datetime.now())

Re: Special characters and symbols in django?

2010-06-18 Thread c.poll...@bangor.ac.uk
un 18, 7:15 am, Ian wrote: > On Jun 17, 8:50 am, "c.poll...@bangor.ac.uk" > wrote: > > > > > Hi all > > > i have an application in django that is used by our academics to apply > > for approval for projects > > > So it will be used by ma

Special characters and symbols in django?

2010-06-17 Thread c.poll...@bangor.ac.uk
Hi all i have an application in django that is used by our academics to apply for approval for projects So it will be used by many different people many of whom will be cut and pasting scientific information from MS Word into text fields in django forms Underneath it all is an oracle database (t