- Language: en
35 results for map in version 3.1
-
Settings
- … mapping "app_label.model_name" strings to functions that take a model object and return …
-
The staticfiles app
- … mapping with hashed names for all processed files in a file called staticfiles.json . This happens …
-
Built-in template tags and filters
- … Maps values for True , False , and (optionally) None , to the strings “yes”, “no”, “maybe”, or a custom …
-
PostgreSQL specific database constraints
- … maps the operators with strings. For example: expressions = [ ( 'timespan' , RangeOperators . ADJACENT_TO ), ( F ( 'room …
-
QuerySet API reference
- … mapping attribute names to SQL clauses to use to calculate that attribute. Example: Entry . objects …
-
The messages framework
- … mapping of the message level names to their numeric value: { % if messages % } < ul class …
-
GeoDjango Management Commands
- … mapping Automatically generate a mapping dictionary for use with LayerMapping . --multi-geom When generating the geometry …
-
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. RequestAborted exception RequestAborted [source] New in Django …
-
The Forms API
- … maps fields to their original ValidationError instances. >>> f . errors . as_data () {'sender …