- Language: en
31 results for string in version 5.2
-
Customizing authentication in Django
- … string describing the name of the field on the user model that is used as the unique …
-
Using the Django authentication system
- … string (like that found in AUTHENTICATION_BACKENDS ), not the actual backend class. How to log a user …
-
Performing raw SQL queries
- … string formatting on raw queries or quote placeholders in your SQL strings! It’s tempting …
-
Advanced testing topics
- … string () Serializes the database into an in-memory JSON string that can be used to restore …
-
Making queries
- … strings in place of your model instances. If you ever see these, you are missing …
-
Search
- … strings. For the longer name, there are more combinations that don’t appear in the source …
-
Password management in Django
- … string in this format: <algorithm>$<iterations>$<salt>$<hash …
-
Logging
- … string is a normal Python formatting string describing the details that are to be output …
-
Models
- … string in the format "app_label.ModelName" . This does not require the related model to be imported …
-
Migrations
- … string "<app label>.<model>" describing an app label and a model …