- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 408 for tutorial002_an_py310 (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/pt/docs/tutorial/header-param-models.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 2.9K bytes - Click Count (0) -
docs/ru/docs/tutorial/request-form-models.md
Этот функционал доступен начиная с версии FastAPI `0.114.0`. 🤓 /// Вы можете сконфигурировать Pydantic-модель так, чтобы запретить (`forbid`) все дополнительные (`extra`) поля: {* ../../docs_src/request_form_models/tutorial002_an_py310.py hl[12] *} Если клиент попробует отправить дополнительные данные, то в ответ он получит **ошибку**. Например, если клиент попытается отправить поля формы: * `username`: `Rick` * `password`: `Portal Gun`Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 3.3K bytes - Click Count (0) -
docs/tr/docs/tutorial/request-form-models.md
/// Herhangi bir `extra` field'ı `forbid` etmek için Pydantic'in model konfigürasyonunu kullanabilirsiniz: {* ../../docs_src/request_form_models/tutorial002_an_py310.py hl[12] *} Bir client fazladan veri göndermeye çalışırsa, bir **error** response alır. Örneğin, client şu form field'larını göndermeye çalışırsa: * `username`: `Rick` * `password`: `Portal Gun`
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 2.4K bytes - Click Count (0) -
docs/es/docs/tutorial/query-param-models.md
Puedes usar la configuración del modelo de Pydantic para `forbid` cualquier campo `extra`: {* ../../docs_src/query_param_models/tutorial002_an_py310.py hl[10] *} Si un cliente intenta enviar algunos datos **extra** en los **parámetros query**, recibirán un response de **error**.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 2.3K bytes - Click Count (0) -
tests/test_tutorial/test_background_tasks/test_tutorial002.py
from tests.utils import needs_py310, workdir_lock @pytest.fixture( name="client", params=[ pytest.param("tutorial002_py310", marks=needs_py310), pytest.param("tutorial002_an_py310", marks=needs_py310), ], ) def get_client(request: pytest.FixtureRequest): mod = importlib.import_module(f"docs_src.background_tasks.{request.param}") client = TestClient(mod.app) return client
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 27 10:53:47 GMT 2026 - 968 bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/query-params-str-validations.md
你也可以加入 `min_length` 參數: {* ../../docs_src/query_params_str_validations/tutorial003_an_py310.py hl[10] *} ## 加入正規表示式 { #add-regular-expressions } 你可以定義參數必須符合的 <dfn title="正規表示式(regex、regexp)是一組用於定義字串搜尋樣式的字元序列。">regular expression</dfn> `pattern`: {* ../../docs_src/query_params_str_validations/tutorial004_an_py310.py hl[11] *} 這個特定的正規表示式樣式會檢查收到的參數值是否: - `^`:以後續的字元開頭,前面不能有其他字元。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 14.8K bytes - Click Count (0) -
docs/de/docs/tutorial/query-param-models.md
Sie können die Modellkonfiguration von Pydantic verwenden, um jegliche `extra` Felder zu `verbieten`: {* ../../docs_src/query_param_models/tutorial002_an_py310.py hl[10] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Sep 20 15:10:09 GMT 2025 - 2.6K bytes - Click Count (0) -
docs/de/docs/tutorial/request-form-models.md
Dies wird seit FastAPI Version `0.114.0` unterstützt. 🤓 /// Sie können die Modellkonfiguration von Pydantic verwenden, um jegliche `extra` Felder zu `verbieten`: {* ../../docs_src/request_form_models/tutorial002_an_py310.py hl[12] *} Wenn ein Client versucht, einige zusätzliche Daten zu senden, erhält er eine **Error-<abbr title="Response – Antwort: Daten, die der Server zum anfragenden Client zurücksendet">Response</abbr>**.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 2.6K bytes - Click Count (0) -
docs/fr/docs/tutorial/query-param-models.md
Vous pouvez utiliser la configuration du modèle Pydantic pour `forbid` tout champ `extra` : {* ../../docs_src/query_param_models/tutorial002_an_py310.py hl[10] *} Si un client tente d'envoyer des données supplémentaires dans les paramètres de requête, il recevra une réponse d'erreur.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 2.5K bytes - Click Count (0) -
docs/fr/docs/tutorial/request-form-models.md
Ceci est pris en charge depuis la version `0.114.0` de FastAPI. 🤓 /// Vous pouvez utiliser la configuration du modèle Pydantic pour `forbid` tout champ `extra` : {* ../../docs_src/request_form_models/tutorial002_an_py310.py hl[12] *} Si un client tente d'envoyer des données supplémentaires, il recevra une **réponse d'erreur**. Par exemple, si le client essaie d'envoyer les champs de formulaire : * `username`: `Rick`Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.5K bytes - Click Count (0)