- Language: en
65 results for map in version 2.0
-
Model field reference
- … map to model instances, defaults should be the value of the field they reference ( pk unless …
-
URL dispatcher
- … mapping between URL path expressions to Python functions (your views). This mapping can be as short …
-
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 …
-
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 …
-
The staticfiles app
- … mapping with hashed names for all processed files in a file called staticfiles.json . This happens …
-
Using the Django authentication system
- … map to the success_url and form_class attributes of the class-based view. class …
-
GeoDjango Management Commands
- … mapping Automatically generate a mapping dictionary for use with LayerMapping . --multi-geom When generating the geometry …
-
QuerySet API reference
- … mapping attribute names to SQL clauses to use to calculate that attribute. Example: Entry . objects …