starlette 버전업에 따른 템플릿 함수파라미터 변경사항
#### 배경
fastapi 108.0 에서 starlette 버전이 0.29로 업데이트되었습니다.
[starlette issue Version 1.0.0 ](https://github.com/encode/starlette/pull/2384)
https://github.com/encode/starlette/pull/2191
https://github.com/tiangolo/fastapi/releases
#### 이슈 내용
```
이전 -> TemplateResponse('index.html', {'request': request})
이후 -> TemplateResponse(request, 'index.html')
```
템플릿함수에서 context 에 request 가 빠지고 첫번째 인수로 변경됩니다.
구버전 파라미터는 starlette 1.0에서 삭제됩니다.
https://fastapi.tiangolo.com/advanced/templates/?h=template
Fastapi 문서에는 108 버전 부터 바뀐 부분에 대해 서술되어있습니다.
#### 이슈사항
requirements.txt 의 fastapi 버전표기를 고정 또는
UserTemplate, AdminTemplate, 경고창의 TemplateResponse 변경 필요
fastapi 108.0 에서 starlette 버전이 0.29로 업데이트되었습니다.
[starlette issue Version 1.0.0 ](https://github.com/encode/starlette/pull/2384)
https://github.com/encode/starlette/pull/2191
https://github.com/tiangolo/fastapi/releases
#### 이슈 내용
```
이전 -> TemplateResponse('index.html', {'request': request})
이후 -> TemplateResponse(request, 'index.html')
```
템플릿함수에서 context 에 request 가 빠지고 첫번째 인수로 변경됩니다.
구버전 파라미터는 starlette 1.0에서 삭제됩니다.
https://fastapi.tiangolo.com/advanced/templates/?h=template
Fastapi 문서에는 108 버전 부터 바뀐 부분에 대해 서술되어있습니다.
#### 이슈사항
requirements.txt 의 fastapi 버전표기를 고정 또는
UserTemplate, AdminTemplate, 경고창의 TemplateResponse 변경 필요
게시판 목록
그누보드6 이슈
좋은 댓글과 좋아요는 제작자에게 큰힘이 됩니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 34 |
seiblog-nandsoft
|
1년 전 | 151 | |
| 33 |
seiblog-nandsoft
|
1년 전 | 134 | |
| 32 |
seiblog-nandsoft
|
1년 전 | 204 | |
| 31 |
seiblog-nandsoft
|
1년 전 | 228 | |
| 30 |
seiblog-nandsoft
|
1년 전 | 146 | |
| 29 |
seiblog-nandsoft
|
1년 전 | 181 | |
| 28 |
seiblog-nandsoft
|
1년 전 | 199 | |
| 27 |
seiblog-nandsoft
|
1년 전 | 131 | |
| 26 |
seiblog-nandsoft
|
1년 전 | 151 | |
| 25 |
seiblog-nandsoft
|
1년 전 | 162 | |
| 24 |
seiblog-nandsoft
|
1년 전 | 229 | |
| 23 |
seiblog-nandsoft
|
1년 전 | 222 | |
| 22 |
seiblog-nandsoft
|
1년 전 | 199 | |
| 21 |
seiblog-nandsoft
|
1년 전 | 200 | |
| 20 |
seiblog-nandsoft
|
1년 전 | 161 | |
| 19 |
seiblog-nandsoft
|
1년 전 | 274 | |
| 18 |
kagla
|
1년 전 | 235 | |
| 17 |
kagla
|
1년 전 | 198 | |
| 16 |
kitrio
|
1년 전 | 164 | |
| 15 |
kagla
|
1년 전 | 219 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기