File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - ' 3.2' # LTS April 2024
1313 - ' 4.2' # LTS April 2026
1414 - ' 5.0' # April 2025
15- - ' 5.1rc1 ' # December 2025
15+ - ' 5.1 ' # December 2025
1616 exclude :
1717 - python-version : ' 3.7'
1818 django-version : ' 5.0'
@@ -27,11 +27,11 @@ jobs:
2727 - python-version : ' 3.12'
2828 django-version : ' 3.2'
2929 - python-version : ' 3.7'
30- django-version : ' 5.1rc1 '
30+ django-version : ' 5.1 '
3131 - python-version : ' 3.8'
32- django-version : ' 5.1rc1 '
32+ django-version : ' 5.1 '
3333 - python-version : ' 3.9'
34- django-version : ' 5.1rc1 '
34+ django-version : ' 5.1 '
3535
3636 steps :
3737 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -3730,7 +3730,7 @@ def test_single_field_benchmark(self):
37303730 )
37313731 # tends to be about 1.8x slower
37323732 self .assertTrue ((enum_time / choice_time ) < 2.5 )
3733- self .assertTrue ((no_coerce_time / choice_time ) < 2 )
3733+ self .assertTrue ((no_coerce_time / choice_time ) < 2.2 )
37343734
37353735
37363736 class ExampleTests (TestCase ): # pragma: no cover - why is this necessary?
You can’t perform that action at this time.
0 commit comments