- Language: en
35 results for dict in version 3.2
-
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 …
-
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 …
-
PostgreSQL specific model fields
- … dict (for an empty default) or a callable that returns a dict (such as a function …
-
The Django admin site
- … dict of arguments to pass to the field at construction time. Since that’s a bit abstract …
-
The sitemap framework
- … dict , priority = None , changefreq = None , protocol = None ) [source] The django.contrib.sitemaps.GenericSitemap class allows you to create …