On Fri, Jul 18, 2008 at 12:30 AM, simon <[EMAIL PROTECTED]> wrote:

>
> How do i create a long long integer field in my model ? Do I use
> decimal ? (worried about performance of the decimal field). I am using
> the mysql backend.
>
>
There's a very old ticket that has not yet been closed for adding a big
integer field to Django:

http://code.djangoproject.com/ticket/399

Since that ticket was opened it has become much easier to add your own
custom field types, one of the more recent comments in that ticket has a
snippet of code for defining your own new type that may work for you (I have
not tested it myself).

Karen

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