- Language: en
74 results for map in version 4.2
-
Model Form Functions
- … mapped to a label. help_texts is a dictionary of model field names mapped to a help …
-
Query Expressions
- … map is a dictionary mapping old aliases to new aliases. Example: def relabeled_clone ( self …
-
The staticfiles app
- … map comments in CSS and JavaScript files. Subclass ManifestStaticFilesStorage and set the support_js_module …
-
Settings
- … mapping "app_label.model_name" strings to functions that take a model object and return …
-
The Django admin site
- … mapping a field class to a dict of arguments to pass to the field at construction …
-
URL dispatcher
- … mapping between URL path expressions to Python functions (your views). This mapping can be as short …
-
Django 4.2 release notes
- … map_height and map_width attributes of BaseGeometryWidget are deprecated, use CSS to size map …
-
Built-in template tags and filters
- … Maps values for True , False , and (optionally) None , to the strings “yes”, “no”, “maybe”, or a custom …
-
Working with forms
- … map to database fields, a form class’s fields map to HTML form <input …
-
Django at a glance
- … mapping between URL patterns and Python callback functions. URLconfs also serve to decouple URLs from …