- Language: en
62 results for map in version 1.10
-
Settings
- … mapping "app_label.model_name" strings to functions that take a model object and return …
-
URL dispatcher
- … mapping between URL patterns (simple regular expressions) to Python functions (your views). This mapping can be as short …
-
Built-in template tags and filters
- … Maps values for True , False , and (optionally) None , to the strings “yes”, “no”, “maybe”, or a custom …
-
The Django admin site
- … mapping a field class to a dict of arguments to pass to the field at construction …
-
The staticfiles app
- … mapping with hashed names for all processed files in a file called staticfiles.json . This happens …
-
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 …
-
Serializing Django objects
- … mappings with the keys “pk”, “model” and “fields”. Each field is again a mapping with …
-
Models
- … maps to a single database table. The basics: Each model is a Python class that …
-
The sitemap framework
- … maps a short section label (e.g., blog or news ) to its Sitemap class (e.g., BlogSitemap …