- Language: en
63 results for map in version 1.11
-
Model field reference
- … map to model instances, defaults should be the value of the field they reference ( pk unless …
-
Settings
- … mapping "app_label.model_name" strings to functions that take a model object and return …
-
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 …
-
URL dispatcher
- … mapping between URL patterns (simple regular expressions) to Python functions (your views). This mapping can be as short …
-
Using the Django authentication system
- … map to the success_url and form_class attributes of the class-based view. In addition …
-
Working with forms
- … map to database fields, a form class’s fields map to HTML form <input …
-
Django 1.4 release notes
- … maps. We’ve removed the caching, so each request to a site map now creates …
-
The Forms API
- … maps fields to their original ValidationError instances. >>> f . errors . as_data () {'sender …