- Language: en
83 results for iter in the development version
-
Request and response objects
- … iterators Finally, you can pass HttpResponse an iterator rather than strings. HttpResponse will consume the iterator …
-
QuerySet API reference
- … Iteration. A QuerySet is iterable, and it executes its database query the first time you iterate …
-
Form fields
- … iterator attribute which specifies the class used to iterate over the queryset when generating choices …
-
Making queries
- … iterate over results, you can use asynchronous iteration ( async for ) instead. Query iteration The default …
-
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 …
-
How to create 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 …
-
The Django admin site
- … iterable , admin_class = None , ** options ) [source] Registers the given model class (or iterable of classes …