Re: Not displaying the data after space

2009-06-11 Thread Jeff FW

Take a look in the database itself (use the sqlite3 shell) and see if
the full phrase is being stored.  If it is, then there is an issue
with how you are pulling the data out and displaying it in the form;
if it isn't, then there is an issue with how you are saving the data
in the first place.

Without more information on what you're doing, that's the best I can
give you.  Check on that, and reply.

-Jeff

On Jun 11, 10:29 am, Nalini  wrote:
> Hi,
>
> I am using jvascript, python and django for my web page with Sqllite3
> at database.
>
> When i enter some data in a textfield, for example "this is an
> instrument" it is getting saved accurately into the database, the
> problem is when i try to view the data in the database , the data that
> is getting displayed in the frontend textfield is only "this" and the
> remaining data "is an instrument" is not getting displayed .
>
> I have declared that variable in models.py as
>
> description = models.TextField('Description', max_length=256)
>
> can anyone help me out where i went wrong?
>
> Thanks and Regards,
> Nalini
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Not displaying the data after space

2009-06-11 Thread Nalini

Hi,

I am using jvascript, python and django for my web page with Sqllite3
at database.

When i enter some data in a textfield, for example "this is an
instrument" it is getting saved accurately into the database, the
problem is when i try to view the data in the database , the data that
is getting displayed in the frontend textfield is only "this" and the
remaining data "is an instrument" is not getting displayed .

I have declared that variable in models.py as

description = models.TextField('Description', max_length=256)

can anyone help me out where i went wrong?

Thanks and Regards,
Nalini
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---