-
Notifications
You must be signed in to change notification settings - Fork 428
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
Duplicates of records #421
Comments
Interesting, can you tell more about your environment? OS, python, django and django-tables2 versions? |
This occured when I migrated from |
Is it possibly related to this issue: #361 ? |
Oh, that's correct. I am sorry for duplicating issue. But this doesn't happen in all cases. |
Never mind, the more information on this the better. I'm really interested in your findings on the issue, let's keep it in this separate issue until we see things more clearly. |
@ppeczek I just pushed some commits to master which might fix this. Can you verify? |
This fixes jieter#427, maybe also jieter#421 and jieter#361
Works as a charm! |
released 1.4.0 |
I am getting duplicates of table record with no exception, but warning in server:
/usr/local/lib/python2.7/dist-packages/django_tables2/rows.py:143: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if value in bound_column.column.empty_values:
The text was updated successfully, but these errors were encountered: