linkmic
Results
2
issues of
linkmic
Hi, In xapian_backend.py it is not safe to assume that django_id is an int. In my application, for example, I use django-uuidfield and the id (pk) of the objects cannot...
Feature
Hi, I recently submitted a fix for django-haystack so that UUID pk fields would work properly. https://github.com/toastdriven/django-haystack/pull/1115 However, I notice that the Haystack tests for Python 3.3 fail because of:...