Several tests were failing with django master. This is because, apparently, IDs don't match those expected in tests, and other test-related details. Replace all test comparisons with assertQuerysetEqual, which is safer and cleaner for the sort of comparison we're doing. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_admin.py | ||
| test_contrib.py | ||
| test_multidb.py | ||
| test_orm.py | ||
| test_regression.py | ||
| test_utils.py | ||