Package: django-picklefield / 0.3.1-2

Metadata

Package Version Patches format
django-picklefield 0.3.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_tests.patch | (download)

src/picklefield/tests.py | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 compare objects by fields not by instance
 Upstream tests are comparing the original object directly with the deserialized
 one. This fails because the default python comparison for objects uses their