- Language: en
8 results for dict in version 3.2
-
Templates
- … dict-like object mapping keys to values. Variables are surrounded by {{ and }} like this: My first …
-
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 …
-
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 …
-
Database access optimization
- … dict or list of values, and don’t need ORM model objects, make appropriate usage …
-
How to use sessions
- … dict ) Returns the given session dictionary serialized and encoded as a string. Encoding is performed …
-
Testing tools
- … dict, list, or tuple. Serialization is performed with DjangoJSONEncoder by default, and can be overridden …