etianen / django-watson

Full-text multi-table search application for Django. Easy to install and use, with good performance.
BSD 3-Clause "New" or "Revised" License
1.2k stars 130 forks source link

Watson Search Entry DataError: integer out of range when object pks are BigAutoFields #238

Closed john-hadron closed 6 years ago

john-hadron commented 6 years ago

https://github.com/etianen/django-watson/blob/b21fc06891f1495e18a959f9f559052f4d08335f/watson/models.py#L24

Django "recently" added BigAutoFields, would be great if we could exclude those as well.

Thanks.

etianen commented 6 years ago

I've applied a fix to master. Let me know if it works for you.