- Language: en
41 results for dict in the development version
-
Django 1.2 release notes
- … dict__ on model instances Historically, the __dict__ attribute of a model instance has only contained …
-
Django 1.11 release notes
- … dict context For compatibility with multiple template engines, django.template.backends.django.Template.render() (returned from high-level template loader …
-
Request and response objects
- … dict () Returns a dict representation of QueryDict . For every (key, list) pair in QueryDict , dict …
-
Django 1.7 release notes
- … dict ; or the return value of update_error_dict() you may find instances of ValidationError …
-
Built-in template tags and filters
- … dict is <QueryDict: {'color': ['blue'], 'size': ['S']}> and my_dict is {'color': 'orange …
-
TemplateResponse and SimpleTemplateResponse
- … dict of context data. By default, returns the same dict . Override this method in order …
-
Templates
- … dict-like object mapping keys to values. Variables are surrounded by {{ and }} like this: My first …
-
The Django template language: for Python programmers
- … dict of items to be merged into the context. It defaults to an empty list …
-
The Django admin site
- … dict of arguments to pass to the field at construction time. Since that’s a bit abstract …
-
Model field reference
- … dict for JSONField , use a function: def contact_default (): return { "email" : "to1@example.com …