Re: Strange "Data too long" error on TextField column on MySQL

2006-05-27 Thread ijonas
H, Checked all my encodings and charset settings and everything seems to point to "latin1", which is what I would expect... mysql --version: mysql Ver 14.12 Distrib 5.0.18, for Win32 (ia32) Ever stuck, Ijonas. --~--~-~--~~~---~--~~ You rec

Strange "Data too long" error on TextField column on MySQL

2006-05-27 Thread ijonas
uot; for the MYSQL instance. Each entry has less than a 1k of content for the 'entry' column. Any ideas what may be causing this problem ? Could it be charset encoding issues for the 7 entries that somehow MYSQL is rejecting ? Many thanks, Ijonas. --~--~-~--~~--

Re: created_on not being populated by admin interface

2006-03-13 Thread ijonas
13 17:01:30 | 2006-03-13 17:01:30 | ++++-+-+ Is this a bug in the admin interface ? Many thanks, Ijonas Kisselbach, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&quo

created_on not being populated by admin interface

2006-03-13 Thread ijonas
hon24\Lib\site-packages\MySQLdb\cursors.py" in execute 137. self.errorhandler(self, exc, value) File "D:\Python24\Lib\site-packages\MySQLdb\connections.py" in defaulterrorhandler 33. raise errorclass, errorvalue OperationalError at /admin/organizer/accounts/2/ (1263, &q

Re: Django in a Load-Balanced environment (ORM issues) ...

2006-02-28 Thread Ijonas Kisselbach
First of all, I'm not a Django Dev Team member, but have used ORM technology for years.Singleton objects within an OM context do no scale across multiple machines/VMs. Its pipe dream material. I've saw a demo of this kind of stuff from an OODB vendor in the late nineties and it was impressive, but

Re: Django versions

2006-02-24 Thread Ijonas Kisselbach
The latest development branch works utterly fine for me. I update from it maybe once a day and haven't run into any problems yet (touch wood).AFAIK: magic-removal is changing all the time. Lots of refactoring. So if you're just starting out, I'd recommend the "trunk". Ij.On 2/24/06, Michal <[EMAIL