@@ -32,15 +32,15 @@ winter and summer teams or on the same team for both seasons.
3232``` Python hl_lines="11 15"
3333# Code above omitted 👆
3434
35- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py[ln:13 - 26 ]!}
35+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py[ln:13 - 26 ]!}
3636
3737# Code below omitted 👇
3838```
3939
4040/// details | 👀 Full file preview
4141
4242``` Python
43- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py!}
43+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py!}
4444```
4545
4646///
@@ -57,15 +57,15 @@ team to the `winter_team` and `summer_team` attributes:
5757``` Python hl_lines="11-12 18-19"
5858# Code above omitted 👆
5959
60- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py[ln:39 - 65 ]!}
60+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py[ln:39 - 65 ]!}
6161
6262# Code below omitted 👇
6363```
6464
6565/// details | 👀 Full file preview
6666
6767``` Python
68- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py!}
68+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py!}
6969```
7070
7171///
@@ -80,15 +80,15 @@ need to provide an `onclause` argument to the `join`.
8080``` Python hl_lines="3 8 9"
8181# Code above omitted 👆
8282
83- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py[ln:70 - 79 ]!}
83+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py[ln:70 - 79 ]!}
8484
8585# Code below omitted 👇
8686```
8787
8888/// details | 👀 Full file preview
8989
9090``` Python
91- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py!}
91+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py!}
9292```
9393
9494///
@@ -100,14 +100,14 @@ To use both team attributes in a query, create another `alias` and add the join:
100100``` Python hl_lines="3 9 10"
101101# Code above omitted 👆
102102
103- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py[ln:82 - 95 ]!}
103+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py[ln:82 - 95 ]!}
104104
105105# Code below omitted 👇
106106```
107107/// details | 👀 Full file preview
108108
109109``` Python
110- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py!}
110+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py!}
111111```
112112
113113///
0 commit comments