stefano-esubasta

Results 2 issues of stefano-esubasta

upon trying to test this project on Django 5.0, only `test_validation_filters` failed; after fixing it, everything seems to be working. hope this helps!

trying to run tests with django versions < 4.2 threw an import error since assertQuerySetEqual was named assertQuerysetEqual, with a lowercase "s" in "set": ``` tests/test_webservices.py:12: in from pytest_django.asserts import...