+1 to bigint support. I ran into this problem recently when implementing IP geolocation models. I know I'm not the only one that has or will experience these problems (remember when slashdot crashed after 16,777,216 comments?).
>From what I understand, the largest hurdle to having large integer support is that different db backends have different sizes for bigint. Are there any other issues holding this back? I'll be happy to implement tests for this patch; however, the only integer tests I found were in tests/regression_tests/ serializers_regress. Is it preferred to implement the tests there, or somewhere else? -Justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers?hl=en -~----------~----~----~----~------~----~------~--~---