Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 12821 (0.14 sec)

  1. docs/en/docs/release-notes.md

    * 🌐 Add German translation for `docs/de/docs/reference/request.md`. PR [#10821](https://github.com/tiangolo/fastapi/pull/10821) by [@nilslindemann](https://github.com/nilslindemann).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  2. docs/zh/docs/tutorial/extra-models.md

    所有数据转换、校验、文档等功能仍将正常运行。
    
    这样,就可以仅声明模型之间的差异部分(具有明文的 `password`、具有 `hashed_password` 以及不包括密码)。
    
    通过这种方式,可以只声明模型之间的区别(分别包含明文密码、哈希密码,以及无密码的模型)。
    
    === "Python 3.10+"
    
        ```Python hl_lines="7  13-14  17-18  21-22"
        {!> ../../../docs_src/extra_models/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="9  15-16  19-20  23-24"
        {!> ../../../docs_src/extra_models/tutorial002.py!}
        ```
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Apr 01 01:15:53 GMT 2024
    - 6.7K bytes
    - Viewed (0)
  3. docs/de/docs/tutorial/extra-models.md

    Auf diese Weise beschreiben wir nur noch die Unterschiede zwischen den Modellen (mit Klartext-`password`, mit `hashed_password`, und ohne Passwort):
    
    === "Python 3.10+"
    
        ```Python hl_lines="7  13-14  17-18  21-22"
        {!> ../../../docs_src/extra_models/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="9  15-16  19-20  23-24"
        {!> ../../../docs_src/extra_models/tutorial002.py!}
        ```
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 20:26:47 GMT 2024
    - 8.7K bytes
    - Viewed (0)
  4. docs/em/docs/how-to/sql-databases-peewee.md

        👫 Pydantic 🏷 🔬 🌅 ⚖️ 🌘 "🔗" (☑ 📊 💠).
    
        👉 🔜 ℹ 👥 ❎ 😨 ⏪ ⚙️ 👯‍♂️.
    
    ### ✍ Pydantic *🏷* / 🔗
    
    ✍ 🌐 🎏 Pydantic 🏷 🇸🇲 🔰:
    
    ```Python hl_lines="16-18  21-22  25-30  34-35  38-39  42-48"
    {!../../../docs_src/sql_databases_peewee/sql_app/schemas.py!}
    ```
    
    !!! tip
        📥 👥 🏗 🏷 ⏮️ `id`.
    
        👥 🚫 🎯 ✔ `id` 🔢 🏒 🏷, ✋️ 🏒 🚮 1️⃣ 🔁.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 19.2K bytes
    - Viewed (0)
  5. docs/de/docs/advanced/openapi-callbacks.md

    * Und sie könnte auch eine Deklaration der Response enthalten, die zurückgegeben werden soll, z. B. `response_model=InvoiceEventReceived`.
    
    ```Python hl_lines="16-18  21-22  28-32"
    {!../../../docs_src/openapi_callbacks/tutorial001.py!}
    ```
    
    Es gibt zwei Hauptunterschiede zu einer normalen *Pfadoperation*:
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 20:17:23 GMT 2024
    - 8.8K bytes
    - Viewed (0)
  6. docs/em/docs/advanced/openapi-callbacks.md

    ⚫️ 🔜 👀 💖 😐 FastAPI *➡ 🛠️*:
    
    * ⚫️ 🔜 🎲 ✔️ 📄 💪 ⚫️ 🔜 📨, ✅ `body: InvoiceEvent`.
    *  & ⚫️ 💪 ✔️ 📄 📨 ⚫️ 🔜 📨, ✅ `response_model=InvoiceEventReceived`.
    
    ```Python hl_lines="16-18  21-22  28-32"
    {!../../../docs_src/openapi_callbacks/tutorial001.py!}
    ```
    
    📤 2️⃣ 👑 🔺 ⚪️➡️ 😐 *➡ 🛠️*:
    
    * ⚫️ 🚫 💪 ✔️ 🙆 ☑ 📟, ↩️ 👆 📱 🔜 🙅 🤙 👉 📟. ⚫️ 🕴 ⚙️ 📄 *🔢 🛠️*. , 🔢 💪 ✔️ `pass`.
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 6.6K bytes
    - Viewed (0)
  7. docs/pt/docs/tutorial/extra-models.md

    === "Python 3.8 and above"
    
        ```Python hl_lines="9  15-16  19-20  23-24"
        {!> ../../../docs_src/extra_models/tutorial002.py!}
        ```
    
    === "Python 3.10 and above"
    
        ```Python hl_lines="7  13-14  17-18  21-22"
        {!> ../../../docs_src/extra_models/tutorial002_py310.py!}
        ```
    
    ## `Union` ou `anyOf`
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 7.8K bytes
    - Viewed (0)
  8. docs/em/docs/tutorial/extra-models.md

    === "🐍 3️⃣.6️⃣ & 🔛"
    
        ```Python hl_lines="9  15-16  19-20  23-24"
        {!> ../../../docs_src/extra_models/tutorial002.py!}
        ```
    
    === "🐍 3️⃣.1️⃣0️⃣ & 🔛"
    
        ```Python hl_lines="7  13-14  17-18  21-22"
        {!> ../../../docs_src/extra_models/tutorial002_py310.py!}
        ```
    
    ## `Union` ⚖️ `anyOf`
    
    👆 💪 📣 📨 `Union` 2️⃣ 🆎, 👈 ⛓, 👈 📨 🔜 🙆 2️⃣.
    
    ⚫️ 🔜 🔬 🗄 ⏮️ `anyOf`.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 6.8K bytes
    - Viewed (0)
  9. docs/en/docs/how-to/sql-databases-peewee.md

        So this will help us avoiding confusion while using both.
    
    ### Create the Pydantic *models* / schemas
    
    Create all the same Pydantic models as in the SQLAlchemy tutorial:
    
    ```Python hl_lines="16-18  21-22  25-30  34-35  38-39  42-48"
    {!../../../docs_src/sql_databases_peewee/sql_app/schemas.py!}
    ```
    
    !!! tip
        Here we are creating the models with an `id`.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Jan 16 13:23:25 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  10. docs/ru/docs/tutorial/extra-models.md

    В этом случае мы можем определить только различия между моделями (с `password` в чистом виде, с `hashed_password` и без пароля):
    
    === "Python 3.10+"
    
        ```Python hl_lines="7  13-14  17-18  21-22"
        {!> ../../../docs_src/extra_models/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="9  15-16  19-20  23-24"
        {!> ../../../docs_src/extra_models/tutorial002.py!}
        ```
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 11.6K bytes
    - Viewed (0)
Back to top