- Language: en
35 results for map in version 4.1
-
Model Form Functions
- … mapped to a label. help_texts is a dictionary of model field names mapped to a help …
-
Settings
- … mapping "app_label.model_name" strings to functions that take a model object and return …
-
Built-in template tags and filters
- … Maps values for True , False , and (optionally) None , to the strings “yes”, “no”, “maybe”, or a custom …
-
GeoDjango Management Commands
- … mapping Automatically generate a mapping dictionary for use with LayerMapping . --multi-geom When generating the geometry …
-
GeoDjango Model API
- … maps, web maps) are not. Most people are familiar with using latitude and longitude to reference …
-
QuerySet API reference
- … mapping attribute names to SQL clauses to use to calculate that attribute. Example: Entry . objects …
-
The sitemap framework
- … maps a short section label (e.g., blog or news ) to its Sitemap class (e.g., BlogSitemap …
-
Django Exceptions
- … map fields to their respective list of errors. BadRequest exception BadRequest [source] The BadRequest exception …
-
The Forms API
- … maps fields to their original ValidationError instances. >>> f . errors . as_data () {'sender …
-
The Django template language: for Python programmers
- … mapping variable names to variable values. For details, see Playing with Context objects below. Template …