-
Notifications
You must be signed in to change notification settings - Fork 71
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
Duplicate entries problem #115
Comments
witch method you use? |
@shtalinberg |
Hi, I also have duplicate content issue.
Any Suggestions? Thanks |
Hello, It seems to be a problem related to Django ORM.
try this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used
News.objects.all().order_by('-pub_timestamp')
.pub_timestamp is a float number like
1522787700.0
.I found that the last entry in page 9 and the first entry are the same, also appeared on page 21 and page 22.
Is this a database sort problem?
The text was updated successfully, but these errors were encountered: