- Language: en
69 results for property in version 3.2
-
GEOS API
- … Properties The properties in this section export the GEOSGeometry object into a different. This output …
-
Form Assets (the Media class)
- … property . Dynamic properties give you complete control over which files are inherited, and which are not. Media …
-
Django 2.2 release notes
- … property aliases In usage like: from django.utils.functional import cached_property class A : @cached_property def base …
-
Performance and optimization
- … property decorator saves the value returned by a property; the next time the function is called …
-
Model instance reference
- … property attributes aren’t cleared either. The reloading happens from the database the instance was loaded …
-
Django 1.7.6 release notes
- … properties in ModelAdmin.readonly_fields The ModelAdmin.readonly_fields attribute in the Django admin allows displaying model …
-
Built-in template tags and filters
- … properties Any valid template lookup is a legal grouping attribute for the regroup tag, including …
-
GDAL API
- … properties. The geometry of a field is accessible via its geom property, which returns an OGRGeometry …
-
Django 1.10 release notes
- … properties. The GeoJSON serializer now outputs the primary key of objects in the properties dictionary …
-
Django Utils
- … property can avoid that: from django.utils.functional import cached_property class Person ( models . Model ): @cached_property …