change your model so that it's storing a CharField or TextField if you want
that level of control over representation.

-joe

On 2/2/07, mamcxyz <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I found that in Sqlite when I do:
>
> INSERT INTO Sample (Code) VALUES ('001')
>
> Get converted to '1' !!!!
>
> Exist a way to solve it (I don't like the idea of put ' 001' because
> that break the integration process with another database)
>
>
> >
>

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