- Language: en
4 results for isinstance in the development version
-
Django 5.1 release notes
- … isinstance(..., collections.abc.Iterable) instead. The django.contrib.gis.geoip2.GeoIP2.coords() method is deprecated. Use django.contrib.gis.geoip2.GeoIP2.lon_lat() instead. The django.contrib.gis.geoip2.GeoIP2.open() method …
-
Django 1.6 release notes
- … isinstance(qs.none(), EmptyQuerySet) If your CSS/JavaScript code used to access HTML input widgets by type …
-
Django 1.7 release notes
- … isinstance ( error_list , self . error_class ): self . _errors [ field ] = self . error_class ( error_list ) Behavior …
-
Django 1.10.1 release notes
- … isinstance(field, models.ManyToManyField) since it turned out the checks weren’t suitable to be generalized …