Package: django-picklefield / 0.3.2-1

Metadata

Package Version Patches format
django-picklefield 0.3.2-1 3.0 (quilt)

Patch series

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

src/picklefield/tests.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 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