- Language: en
35 results for dict in version 3.2
-
The Django admin site
- … dict of arguments to pass to the field at construction time. Since that’s a bit abstract …
-
Model instance reference
- … dict ( zip ( field_names , values )) return instance def save ( self , * args , ** kwargs ): # Check how the current …
-
Performing raw SQL queries
- … dict . At a small performance and memory cost, you can return results as a dict …
-
Making queries
- … dict , it will always be interpreted as JSON null . When querying, None value will always …
-
Django 1.8 release notes
- … dict . This change is enforced through a deprecation path for Django templates. All this also …
-
Widgets
- … dict of months to use in the “months” select box. The keys of the dict …
-
The syndication feed framework
- … dict of attributes to add to the root feed element ( feed / channel ). SyndicationFeed.add_root_elements …
-
Migrations
- … dict , range . datetime.date , datetime.time , and datetime.datetime instances (include those that are timezone-aware) decimal.Decimal instances …
-
Django’s cache framework
- … dict-like object: django.core.cache.caches . Repeated requests for the same alias in the same thread will …
-
Django 1.10 release notes
- … dict() returns a queryset rather than a list of primary keys for ManyToManyField s. If django.contrib.staticfiles …