Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 12821 (0.25 sec)

  1. 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)
  2. api/go1.8.txt

    pkg crypto/tls, const PKCS1WithSHA1 = 513
    pkg crypto/tls, const PKCS1WithSHA1 SignatureScheme
    pkg crypto/tls, const PKCS1WithSHA256 = 1025
    pkg crypto/tls, const PKCS1WithSHA256 SignatureScheme
    pkg crypto/tls, const PKCS1WithSHA384 = 1281
    pkg crypto/tls, const PKCS1WithSHA384 SignatureScheme
    pkg crypto/tls, const PKCS1WithSHA512 = 1537
    pkg crypto/tls, const PKCS1WithSHA512 SignatureScheme
    pkg crypto/tls, const PSSWithSHA256 = 2052
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Dec 21 05:25:57 GMT 2016
    - 16.3K bytes
    - Viewed (0)
  3. 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)
  4. 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)
Back to top