- Language: en
74 results for iter in version 3.2
-
QuerySet API reference
- … Iteration. A QuerySet is iterable, and it executes its database query the first time you iterate …
-
Request and response objects
- … iterators Finally, you can pass HttpResponse an iterator rather than strings. HttpResponse will consume the iterator …
-
Form fields
- … iterator attribute which specifies the class used to iterate over the queryset when generating choices …
-
Django 1.6 release notes
- … iterable of iterables instead of requiring an iterable of lists or tuples. The reason phrase …
-
Database access optimization
- … iterator() When you have a lot of objects, the caching behavior of the QuerySet can cause …
-
Password management in Django
- … iterations. """ iterations = PBKDF2PasswordHasher . iterations * 100 Save this somewhere in your project. For example …
-
Custom template tags and filters
- … iteration, CycleNode.render() returns ‘row2’ The CycleNode is iterating, but it’s iterating globally. As far as Thread …
-
Built-in template tags and filters
- … iteration of the loop (1-indexed) forloop.counter0 The current iteration of the loop (0-indexed …
-
Django 1.9.3 release notes
- … iterations since Django 1.6). This only affects users who haven’t logged in since the iterations …
-
The Django admin site
- … iterable , admin_class = None , ** options ) [source] Registers the given model class (or iterable of classes …