- Language: en
28 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 …
-
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 …
-
Paginator
- … iterating it directly. Changed in Django 3.1: Support for iterating over Paginator was added. Paginator …
-
GDAL API
- … iter__ () Iterates over the points in a LineString , the rings in a Polygon , or the geometries …
-
The syndication feed framework
- … iterable object that returns strings. def categories ( self , obj ): """ Takes the object …
-
The File object
- … iter__ () [source] Iterate over the file yielding one line at a time. chunks ( chunk_size …
-
django.urls functions for use in URLconfs
- … iterable that returns URL patterns or a 2-tuple containing such iterable plus the names …