- Language: en
70 results for map in version 4.0
-
The Django admin site
- … mapping a field class to a dict of arguments to pass to the field at construction …
-
Query Expressions
- … map is a dictionary mapping old aliases to new aliases. Example: def relabeled_clone ( self …
-
Model Form Functions
- … mapped to a label. help_texts is a dictionary of model field names mapped to a help …
-
The staticfiles app
- … map comment in JavaScript. For example, the 'css/styles.css' file with this content: @ import url ( "../admin/css/base.css …
-
Settings
- … mapping "app_label.model_name" strings to functions that take a model object and return …
-
URL dispatcher
- … mapping between URL path expressions to Python functions (your views). This mapping can be as short …
-
Working with forms
- … map to database fields, a form class’s fields map to HTML form <input …
-
Built-in template tags and filters
- … Maps values for True , False , and (optionally) None , to the strings “yes”, “no”, “maybe”, or a custom …
-
Models
- … maps to a single database table. The basics: Each model is a Python class that …
-
The Django template language: for Python programmers
- … mapping variable names to variable values. For details, see Playing with Context objects below. Template …