- Language: en
11 results for vars in version 4.2
-
django.template.base
- … var_obj = Variable ( constant ) . resolve ({}) except VariableDoesNotExist : var_obj = None elif ( var := match [ "var …
-
django.contrib.admin.options
- … var" : TO_FIELD_VAR , "is_popup_var" : IS_POPUP_VAR , "app_label …
-
How to create custom template tags and filters
- … var_name ): self . format_string = format_string self . var_name = var_name def render ( self …
-
django.views.debug
- … vars" in frame : frame_vars = [] for k , v in frame [ "vars" ]: v = pprint …
-
Built-in template tags and filters
- … var syntax is the {% block %} in which the {% url %} tag appears. This {% url ... as var …
-
django.db.models.aggregates
- … VAR_SAMP" if sample else "VAR_POP" super () . __init__ ( expression , ** extra ) def _get_repr …
-
Security in Django
- … var }}>...</style> If var is set to 'class1 onmouseover=javascript:func()' , this …
-
The Django admin site
- … vars %} . Changed in Django 4.1: The dark mode variables were moved to a separate stylesheet …
-
The sitemap framework
- … var) ). Sitemap classes A Sitemap class is a Python class that represents a “section” of entries …
-
Translation
- … var ( myvar above) is passed to the tag, the tag will first resolve such variable …
-
django.core.management.base
- … vars ( options ) # Move positional args out of options to mimic legacy optparse args = cmd_options …