- Language: en
17 results for print in version 5.2
-
Database instrumentation
- … print the log. print ( ql . queries ) connection.execute_wrapper() execute_wrapper ( wrapper ) Returns a context manager …
-
Many-to-many relationships
- … print ( q ) <QuerySet [<Article: Django lets you build web apps easily>]> >>> q . delete …
-
One-to-one relationships
- … print ( "There is no restaurant here." ) ... There is no restaurant here. You can also …
-
Cryptographic signing
- … print ( "Tampering detected!" ) ... By default, the Signer class uses the SECRET_KEY setting …
-
Django’s cache framework
- … print the SQL that would be run, rather than run it, use the createcachetable --dry-run option …
-
Translation
- … print ( li [ "name" ], li [ "name_local" ], li [ "name_translated" ], li [ "bidi …
-
Format localization
- … printed without localization. For example: {% load l10n %} {{ value | unlocalize }} To force localization of a single …