- Language: en
67 results for map in version 3.2
-
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 …
-
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 …
-
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 …
-
Working with forms
- … map to database fields, a form class’s fields map to HTML form <input …
-
Testing tools
- … mapping valid inputs to their expected cleaned values. invalid – a dictionary mapping invalid inputs to one or more …
-
Writing your first Django app, part 3
- … maps URL patterns to views. This tutorial provides basic instruction in the use of URLconfs …
-
Django Exceptions
- … map fields to their respective list of errors. BadRequest exception BadRequest [source] New in Django …