- Language: en
17 results for print in version 5.0
-
Form Assets (the Media class)
- … print: class Media : css = { "screen" : [ "pretty.css" ], "print" : [ "newspaper.css …
-
Making queries
- … print ([ e . headline for e in Entry . objects . all ()]) >>> print ([ e . pub_date …
-
Formsets
- … print ( form ) ... <div><label for="id_form-0-title">Title …
-
Advanced testing topics
- … printed to the console, respecting the current verbosity . For example, no message will be printed …
-
Logging
- … print() in their code as a quick and convenient debugging tool. Using the logging framework …
-
Database access optimization
- … print ( member . username ) else : print ( "There are no members in this group." ) It is optimal …
-
Signals
- … print ( "Setting changed!" ) class MyAppConfig ( AppConfig ): ... def ready ( self ): setting_changed . connect ( my_callback …
-
Performing raw SQL queries
- … print ( p ) ... John Smith Jane Jones This example isn’t very exciting – it’s exactly …
-
Sending email
- … printed as the first bit of the email message. Here’s an example view that …
-
Creating forms from models
- … print ( formset ) <input type="hidden" name="form-TOTAL_FORMS" value …