- Language: en
9 results for bool in version 3.2
-
QuerySet API reference
- … bool(). Testing a QuerySet in a boolean context, such as using bool() , or , and or an if statement …
-
Django 1.2 release notes
- … bool is a subclass of int in Python. In Django 1.2, however, BooleanField on MySQL …
-
Django 3.2 release notes
- … bool , bytes , float , int , str , datetime.date , datetime.datetime , datetime.time , datetime.timedelta , decimal.Decimal , and uuid.UUID instances. As a consequence …
-
Migrations
- … bool , str , bytes , None , NoneType list , set , tuple , dict , range . datetime.date , datetime.time , and datetime.datetime instances …
-
Database instrumentation
- … bool indicating whether the ultimately invoked call is execute() or executemany() (and whether params is expected …
-
Form fields
- … bool and other types. Defaults to an identity function. Note that coercion happens after input …
-
Making queries
- … bool ( queryset ) >>> entry in queryset >>> list ( queryset ) Note Simply …
-
Django 1.6 release notes
- … bool__ or __contains__ . Notably most database backends did fetch all the rows in one go already …
-
Advanced testing topics
- … bool ( failures )) This is the script that you invoke to run the test suite. It sets …