mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #192] admin: sort by client faults behaves strange #177
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#177
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Dec 29, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/192
it is partially sorted (like "rather big at the top, rather small at the bottom"), but not completely sorted.
why? sqlite issue? django issue? it worked a while ago, but now does not any more.
@ThomasWaldmann commented on GitHub (Jan 2, 2016):
sorting still behaves strange, the changeset did not fix the issue described in first post (I upgraded to django 1.8.x and other stuff as mentioned in requirements.d/all.txt).
@ThomasWaldmann commented on GitHub (Aug 27, 2016):
Still happens with latest Django 1.8.14.
A simple query with ordering on that database works though:
@ThomasWaldmann commented on GitHub (Aug 27, 2016):
So, the suspicion is that there is either a bug in Django's "admin" or that the (sqlite) database is maybe getting confused by the query the admin is issuing (which might be more complex than the one I used above).
@ThomasWaldmann commented on GitHub (Oct 20, 2018):
It currently works ok (Django 1.11), so I am closing this.
It's likely not a bug in nsupdate.info anyway.