@@ -32,15 +32,15 @@ winter and summer teams or on the same team for both seasons.
32
32
``` Python hl_lines="11 15"
33
33
# Code above omitted 👆
34
34
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 ]!}
36
36
37
37
# Code below omitted 👇
38
38
```
39
39
40
40
/// details | 👀 Full file preview
41
41
42
42
``` Python
43
- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py!}
43
+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py!}
44
44
```
45
45
46
46
///
@@ -57,15 +57,15 @@ team to the `winter_team` and `summer_team` attributes:
57
57
``` Python hl_lines="11-12 18-19"
58
58
# Code above omitted 👆
59
59
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 ]!}
61
61
62
62
# Code below omitted 👇
63
63
```
64
64
65
65
/// details | 👀 Full file preview
66
66
67
67
``` Python
68
- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py!}
68
+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py!}
69
69
```
70
70
71
71
///
@@ -80,15 +80,15 @@ need to provide an `onclause` argument to the `join`.
80
80
``` Python hl_lines="3 8 9"
81
81
# Code above omitted 👆
82
82
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 ]!}
84
84
85
85
# Code below omitted 👇
86
86
```
87
87
88
88
/// details | 👀 Full file preview
89
89
90
90
``` Python
91
- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py!}
91
+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py!}
92
92
```
93
93
94
94
///
@@ -100,14 +100,14 @@ To use both team attributes in a query, create another `alias` and add the join:
100
100
``` Python hl_lines="3 9 10"
101
101
# Code above omitted 👆
102
102
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 ]!}
104
104
105
105
# Code below omitted 👇
106
106
```
107
107
/// details | 👀 Full file preview
108
108
109
109
``` Python
110
- {!./ docs_src/ tutorial/ relationship_attributes/ relationship_to_aliased_model / tutorial001.py!}
110
+ {!./ docs_src/ tutorial/ relationship_attributes/ aliased_relationship / tutorial001.py!}
111
111
```
112
112
113
113
///
0 commit comments