Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when access to tracker admin page #3

Closed
alebourg opened this issue May 4, 2017 · 2 comments
Closed

Bug when access to tracker admin page #3

alebourg opened this issue May 4, 2017 · 2 comments

Comments

@alebourg
Copy link

alebourg commented May 4, 2017

Bug when access to tracker admin page

Error : (1235, "This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'") .

Fix :
Go to TrackerAdmin > changelist_view()
Change
current_results = get_requests_count(Tracker.objects.filter(pk__in=current_pks))
With
current_results = get_requests_count(Tracker.objects.filter(pk__in=list(current_pks)))

@princelysam
Copy link

is there any particular reason why this issue is left open? I have just run into it

@kealico
Copy link

kealico commented May 13, 2019 via email

jose-lpa added a commit that referenced this issue Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants