django-sphinx
django-sphinx copied to clipboard
unsigned long int for range selection
mimimal value is 0 and not -MAX_INT (this prevented djangosphinx from being used with python >= 2.7) as pack('>2L', min, max) is being used, where L is an unsigned long int. Previous python versions accepted the input with a deprecation warning.