- Language: en
74 results for iter in version 3.2
-
The Django admin site
- … iterable , admin_class = None , ** options ) [source] Registers the given model class (or iterable of classes …
-
Django 1.5 release notes
- … iterator to HttpResponse . But this was unreliable: any middleware that accessed the content attribute would …
-
Making queries
- … iterated over). Subsequent evaluations of the QuerySet reuse the cached results. Keep this caching behavior …
-
Django 1.9 release notes
- … iteration count for the PBKDF2 password hasher has been increased by 20%. This backwards compatible …
-
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 …
-
Formsets
- … iterate over the forms in the formset and display them as you would with a regular …
-
Django 3.0 release notes
- … iterable values as they are when doseq=False , rather than iterating them, bringing it into …
-
The syndication feed framework
- … iterable object that returns strings. def categories ( self , obj ): """ Takes the object …
-
Django 3.1 release notes
- … iteration count for the PBKDF2 password hasher is increased from 180,000 to 216,000. The new PASSWORD …