2012/8/24 Massimo Di Pierro <[email protected]> > Field('text') > > is the problem. A field cannot be called 'text' because it is a reserved > keyword. The database complains. > > But... changing it to 'link_text' or something else doesn't solve the problem. BTW, it's on MySQL.
--

