Shibz

Results 4 issues of Shibz

This commit, especially when combined with my other pull request (#741), makes it easier to modify search behavior on SearchModelAdmin enabled Admin classes.

needs review

Some of the boilerplate from Django's admin changelist view changed between 1.4 and 1.5. This merges the Django change into the Haystack code. Before the fix: When searching on a...

needs review

I ran into a very similar issue as #36, but different enough that I think it deserves a new ticket. I had a script using Business Time that was working...

needs discussion

cipher.update and cipher.final have different behavior in JRuby vs MRI for block ciphers when data is added in KEY_LENGTH sized chunks. ``` require 'openssl' require 'securerandom' KEY_LENGTH = 16 cipher...