- Language: en
34 results for dict in version 1.11
-
Porting to Python 3
- … dict and dict -like classes dict.keys() , dict.items() and dict.values() return lists in Python 2 and iterators …
-
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 …
-
Translation
- … dict_app = { 'packages' : ( 'your.app.package' ,), } js_info_dict_other_app = { 'packages …
-
Django 1.7 release notes
- … dict ; or the return value of update_error_dict() you may find instances of ValidationError …
-
Templates
- … dict . If it isn’t provided, the engine will render the template with an empty …
-
The Django template language: for Python programmers
- … dict of items to be merged into the context. It defaults to an empty list …
-
PostgreSQL specific model fields
- … dict (for an empty default) or a callable that returns a dict (such as a function …
-
TemplateResponse and SimpleTemplateResponse
- … dict of context data. By default, returns the same dict . Override this method in order …