Closed Areopagitics closed 7 years ago
Are you using Django 1.11? django-querysetsequence currently only supports up to Django 1.10. I suspect #26 would solve this.
If this isn't the case, let me know!
Yuppeee! It worked with Django 1.10! Thanks!
what a pain for you to have to keep on updating this! I guess it's just the way python is... not backwards compatible.
Django (not Python, in this case) sometimes breaks backwards compatibility. Unfortunately this library touches a lot of internal APIs that aren't guaranteed to be stable, so this happens...
I suspect #26 would solve this.
I can confirm that it does.
Dual confirmation here :)
Thanks. Unfortunately that branch has a bunch of tests failing on it. I haven't had time to look back into it yet. Any help would be appreciated! 👍
@clokep I looked into it and opened PR #32
This should be fixed now!
Hi there, after installing django-autocomplete-light which uses QuerySequence I've been getting this error:
NotImplementedError: QuerySequence does not implement get_compiler()
; I started an issue under django-autocomplete-light originally. Here is the traceback: