| 2 | |
| 3 | Test failure on Python 3.12: |
| 4 | |
| 5 | |
| 6 | {{{ |
| 7 | ====================================================================== |
| 8 | ERROR: test_condition_with_func_and_lookup_outside_relation_name (filtered_relation.tests.FilteredRelationTests.test_condition_with_ |
| 9 | func_and_lookup_outside_relation_name) |
| 10 | ---------------------------------------------------------------------- |
| 11 | Traceback (most recent call last): |
| 12 | File "/home/michel/src/github/django/django/tests/filtered_relation/tests.py", line 652, in test_condition_with_func_and_lookup_ou |
| 13 | tside_relation_name |
| 14 | self.assertEquals(qs.count(), 1) |
| 15 | ^^^^^^^^^^^^^^^^^ |
| 16 | AttributeError: 'FilteredRelationTests' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'? |
| 17 | |
| 18 | }}} |