You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have monogdb 2.6.7 on my local machine and both of the above conditions work there. Where as on my CentOS server I have mongodb 2.6.11 and it fails on it.
I came across a strange issue; sorting on id field with '-' is not working and does not return anything where as without '-' is working fine.
This does not work query_set.order_by('-_id')
where as this is working query_set.order_by('_id')
The text was updated successfully, but these errors were encountered: