-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,

i'm using django for a while now for new projects. today, i started to
implement django's admin interface for managing a existing project
(mysql). i used inspectdb do generate the basic models and did some
changes to fix foreign keys an some other stuff.

managing the models through the admin interface works fine, i can edit
and save but on save i get the following error:

Data truncated for column 'change_message' at row 1

it happen on every model-edit/add.

i already tried to execute the sql statement directly on the mysql
server. it works just fine. (the statement adds the log entry to
django_admin_log)

the error is declared as warning, but raises an exception-of-death ;-)

any ideas to fix this behaviour?

best regards,

- --
Stephan Jäkel

e-Mail  : [EMAIL PROTECTED]
Website : http://rdev.info
Mobile  : +49 163 458 9 173

What do you mean that could take down the whole network?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIYRMe4B/i3Mb6qe4RAifwAKDpUrro0ED9f/Ti3D28iGQsOYDbDACgjZQw
ADuXmctht7U+sdIDa4FRuH8=
=QLlY
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to