]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
Update `docs_src/tutorial/where`
authorYurii Motov <yurii.motov.monte@gmail.com>
Wed, 24 Dec 2025 21:35:26 +0000 (22:35 +0100)
committerYurii Motov <yurii.motov.monte@gmail.com>
Thu, 25 Dec 2025 09:31:55 +0000 (10:31 +0100)
22 files changed:
docs_src/tutorial/where/tutorial001_py39.py [moved from docs_src/tutorial/where/tutorial001.py with 100% similarity]
docs_src/tutorial/where/tutorial002_py39.py [moved from docs_src/tutorial/where/tutorial002.py with 100% similarity]
docs_src/tutorial/where/tutorial003_py39.py [moved from docs_src/tutorial/where/tutorial003.py with 100% similarity]
docs_src/tutorial/where/tutorial004_py39.py [moved from docs_src/tutorial/where/tutorial004.py with 100% similarity]
docs_src/tutorial/where/tutorial005_py39.py [moved from docs_src/tutorial/where/tutorial005.py with 100% similarity]
docs_src/tutorial/where/tutorial006_py39.py [moved from docs_src/tutorial/where/tutorial006.py with 100% similarity]
docs_src/tutorial/where/tutorial007_py39.py [moved from docs_src/tutorial/where/tutorial007.py with 100% similarity]
docs_src/tutorial/where/tutorial008_py39.py [moved from docs_src/tutorial/where/tutorial008.py with 100% similarity]
docs_src/tutorial/where/tutorial009_py39.py [moved from docs_src/tutorial/where/tutorial009.py with 100% similarity]
docs_src/tutorial/where/tutorial010_py39.py [moved from docs_src/tutorial/where/tutorial010.py with 100% similarity]
docs_src/tutorial/where/tutorial011_py39.py [moved from docs_src/tutorial/where/tutorial011.py with 100% similarity]
tests/test_tutorial/test_where/test_tutorial001.py
tests/test_tutorial/test_where/test_tutorial002.py
tests/test_tutorial/test_where/test_tutorial003.py
tests/test_tutorial/test_where/test_tutorial004.py
tests/test_tutorial/test_where/test_tutorial005.py
tests/test_tutorial/test_where/test_tutorial006.py
tests/test_tutorial/test_where/test_tutorial007.py
tests/test_tutorial/test_where/test_tutorial008.py
tests/test_tutorial/test_where/test_tutorial009.py
tests/test_tutorial/test_where/test_tutorial010.py
tests/test_tutorial/test_where/test_tutorial011.py

index 1a557deefc01ee67a5f23319cc2a1919b31eb474..a6b869d81e978deb81466f7d3bb043c0d482f58b 100644 (file)
@@ -10,7 +10,7 @@ from ...conftest import PrintMock, needs_py310
 @pytest.fixture(
     name="mod",
     params=[
-        "tutorial001",
+        pytest.param("tutorial001_py39"),
         pytest.param("tutorial001_py310", marks=needs_py310),
     ],
 )
index 1c96f76126fa7863bcfc6a72a867d4494a0c1a66..7c6812fb2b3d42cc6245ee4c959988349d9b669b 100644 (file)
@@ -10,7 +10,7 @@ from ...conftest import PrintMock, needs_py310
 @pytest.fixture(
     name="mod",
     params=[
-        "tutorial002",
+        pytest.param("tutorial002_py39"),
         pytest.param("tutorial002_py310", marks=needs_py310),
     ],
 )
index 6e90d22fc4e6ff70e1603e4ec8c9b1087ae6f712..304310a77ae01833c85914332f28258899fd08ce 100644 (file)
@@ -10,7 +10,7 @@ from ...conftest import PrintMock, needs_py310
 @pytest.fixture(
     name="mod",
     params=[
-        "tutorial003",
+        pytest.param("tutorial003_py39"),
         pytest.param("tutorial003_py310", marks=needs_py310),
     ],
 )
index b7a1212b77f6a1742941a1359df662cec639ff34..bace062f67198224734d26acb84c346a63bcfc1b 100644 (file)
@@ -10,7 +10,7 @@ from ...conftest import PrintMock, needs_py310
 @pytest.fixture(
     name="mod",
     params=[
-        "tutorial004",
+        pytest.param("tutorial004_py39"),
         pytest.param("tutorial004_py310", marks=needs_py310),
     ],
 )
index 9adbec74a280f27f8a207cdfaed4dc2541dd83ed..39f7b1b2bcdaa670fd9cdc6675d215b6d7674964 100644 (file)
@@ -10,7 +10,7 @@ from ...conftest import PrintMock, needs_py310
 @pytest.fixture(
     name="mod",
     params=[
-        "tutorial005",
+        pytest.param("tutorial005_py39"),
         pytest.param("tutorial005_py310", marks=needs_py310),
     ],
 )
index e5d586a39aae55b85fabe47a7d024803bc513a84..9830142ad04657f574f748d82f8ee157101dfdaa 100644 (file)
@@ -10,7 +10,7 @@ from ...conftest import PrintMock, needs_py310
 @pytest.fixture(
     name="mod",
     params=[
-        "tutorial006",
+        pytest.param("tutorial006_py39"),
         pytest.param("tutorial006_py310", marks=needs_py310),
     ],
 )
index 9a36279d381f3b0b10e8597a6589def9bb30f94f..c2650193da7affc4d18826bfeb31863cb242ae6c 100644 (file)
@@ -10,7 +10,7 @@ from ...conftest import PrintMock, needs_py310
 @pytest.fixture(
     name="mod",
     params=[
-        "tutorial007",
+        pytest.param("tutorial007_py39"),
         pytest.param("tutorial007_py310", marks=needs_py310),
     ],
 )
index a21e2ecbe3e83a75ec3182eee2e900ade24309be..ac5ccf0553d4db59a588390fb0aae591da420901 100644 (file)
@@ -10,7 +10,7 @@ from ...conftest import PrintMock, needs_py310
 @pytest.fixture(
     name="mod",
     params=[
-        "tutorial008",
+        pytest.param("tutorial008_py39"),
         pytest.param("tutorial008_py310", marks=needs_py310),
     ],
 )
index 8088045b02ef15a8db3118ab8919fcd306dc5b58..22b359768ead460d9e537619ff7f5e4a80eaf1fb 100644 (file)
@@ -10,7 +10,7 @@ from ...conftest import PrintMock, needs_py310
 @pytest.fixture(
     name="mod",
     params=[
-        "tutorial009",
+        pytest.param("tutorial009_py39"),
         pytest.param("tutorial009_py310", marks=needs_py310),
     ],
 )
index ea235ef708e4500661666ffde6150576cf928986..8740de1a7c7d56e161c05392acbd7a17f45c3802 100644 (file)
@@ -10,7 +10,7 @@ from ...conftest import PrintMock, needs_py310
 @pytest.fixture(
     name="mod",
     params=[
-        "tutorial010",
+        pytest.param("tutorial010_py39"),
         pytest.param("tutorial010_py310", marks=needs_py310),
     ],
 )
index ba53550611f099902336505b6a99bbb10c23e999..8131e2adc1ea266c7e38fd518a6a3e669c78c1d9 100644 (file)
@@ -10,7 +10,7 @@ from ...conftest import PrintMock, needs_py310
 @pytest.fixture(
     name="mod",
     params=[
-        "tutorial011",
+        pytest.param("tutorial011_py39"),
         pytest.param("tutorial011_py310", marks=needs_py310),
     ],
 )