I am getting a Data truncated error and I don't know if it is because
of the data I am inserting into the DB or what.  I am putting this in
a TextField and here is the message I am getting:

Warning at /admin/cabedge_silo/page/2/
Data truncated for column 'bodytext' at row 1
Request Method:         POST
Request URL:    http://localhost:8000/admin/cabedge_silo/page/2/
Exception Type:         Warning
Exception Value:        Data truncated for column 'bodytext' at row 1
Exception Location:     /usr/local/lib/python2.5/warnings.py in
warn_explicit, line 102
Python Executable:      /usr/local/bin/python
Python Version:         2.5.1

I am using Mac OX 10.4.10.

Here is the data i am putting into the field (I hope it displays
correctly):

<div id="home_hero" >
<h1>What's a cabedge?</h1>
<p>We're a creative company. However, our creativity isn't limited to
just people who can draw. <br/>We look for imaginative, artistic, and
inventive solutions in everything we do. From Internet marketing, web
design and development to search engine optimization and ecommerce,
we're here to provide productive Internet solutions for our clients. </
p>
<div id="orange">
Take a look around. Like what you see? <a href="/howdy">Let us know</
a>. Here are a few to get you started...
</div>
</div>


<script type="text/javascript">
// <![CDATA[

var so = new SWFObject("/site_media/cabedge_silo/flash/home_hero.swf",
"homehero", "700", "292", "7", "#F1EAC6");
so.addVariable("flashVarText", "this is passed in via FlashVars for
example only");
so.write("home_hero");
// ]]>
</script>


--~--~---------~--~----~------------~-------~--~----~
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