Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
If there are more than one values to compare against and the qs isn't ordered then assertQuerysetEqual will raise a ValueError.
Loading
Please register or sign in to comment
If there are more than one values to compare against and the qs isn't ordered then assertQuerysetEqual will raise a ValueError.