- Language: en
66 results for iter in version 2.0
-
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 …
-
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 …
-
Django 1.8.10 release notes
- … iterations since Django 1.6). This only affects users who haven’t logged in since the iterations …
-
Django 1.5 release notes
- … iterator to HttpResponse . But this was unreliable: any middleware that accessed the content attribute would …