検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 188 for fields (0.059 sec.)
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6844
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ength (this was changed to be consistent with form fields): Replace __str__ with __unicode__ ¶ Replace your ... m ¶ Remove the prepopulated_from argument on model fields. It's no longer valid and has been moved to the Mo ... ve core ¶ Remove the core argument from your model fields. It is no longer necessary, since the equivalent f ... play = [ 'first_name' , 'last_name' ] prepopulated_fields = { 'slug' : ( 'first_name' , 'last_name' ) } admi ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.7.6 release notes — Django 4.0.6 ドキュメント 6745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n XSS attack via properties in ModelAdmin.readonly_fields ¶ The ModelAdmin.readonly_fields attribute in the ... Django admin allows displaying model fields and model attributes. While the former were correc ... nerability, every model attribute used in readonly_fields that is not an actual model field (e.g. a property ... n XSS attack via properties in ModelAdmin.readonly_fields Bugfixes 前のトピックへ Django 1.7.7 release notes ...
https://man.plustar.jp/django/releases/1.7.6.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6603
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ContentType ¶ Each instance of ContentType has two fields which, taken together, uniquely describe an instal ... g system like so: from django.contrib.contenttypes.fields import GenericForeignKey from django.contrib.conte ... lf . tag class Meta : indexes = [ models . Index ( fields = [ "content_type" , "object_id" ]), ] A normal Fo ... nericForeignKey , and pass it the names of the two fields described above. If these fields are named "conten ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e query and can traverse relationships to refer to fields on related models. This is implemented in the new ... oxy models differ from unmanaged models . Deferred fields ¶ In some complex situations, your models might co ... ntain fields which could contain a lot of data (for example, la ... rge text fields), or require expensive processing to convert them ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
索引 — Django 4.0.6 ドキュメント 6504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ates のクラス) ArrayField (django.contrib.postgres.fields のクラス) arrayfield.contained_by field lookup typ ... の属性) auto_now_add (DateField の属性) autocomplete_fields (ModelAdmin の属性) autodiscover() (django.contrib ... ラス) BigIntegerRangeField (django.contrib.postgres.fields のクラス) bilateral (Transform の属性) BinaryField ... e のメソッド) CICharField (django.contrib.postgres.fields のクラス) CIEmailField (django.contrib.postgres.fi ...
https://man.plustar.jp/django/genindex.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 6395
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en command is spatially-aware, and places geometry fields in the auto-generated model definition, where appr ... finition. Set with true to apply to all applicable fields. --decimal DECIMAL ¶ Use a comma separated list of ... OGR float fields to generate DecimalField instead of the default Fl ... oatField . Set to true to apply to all OGR float fields. --geom-name GEOM_NAME ¶ Specifies the model attri ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6395
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , as well as the names and types of any additional fields ( Field ) of data that may be associated with each ... e object: >>> layer . geom_type . name 'Point' num_fields ¶ Returns the number of fields in the layer, i.e t ... he number of fields of data associated with each feature in the layer: ... >>> layer . num_fields 4 fields ¶ Returns a list of the names of each of ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6296
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... providing an officially supported way to retrieve fields and filter fields based on their attributes . The ... features, such as ArrayField , HStoreField , Range Fields , and unaccent lookup. A full breakdown of the fea ... tes. Aggregates are now able to reference multiple fields, as well as perform arithmetic, similar to F() obj ... he database migration. USERNAME_FIELD and REQUIRED_FIELDS now supports ForeignKey s. The default iteration c ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 6198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... backend. Spatial lookups are available for raster fields, but spatial database functions and aggregates are ... n't implemented for raster fields. Creating and Saving Models with Geometry Fields... tutorial . Creating and Saving Models with Raster Fields ¶ When creating raster models, the raster field wi ... unique to GeoDjango are only available on spatial fields. Filters on 'normal' fields (e.g. CharField ) may ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 6121
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e geometry content. Defaults to 4326 (WGS 84). The fields option can be used to limit fields that will be pr ... ity . objects . all (), geometry_field = 'point' , fields = ( 'name' ,)) Would output: { 'type' : 'FeatureCo ... roperties' : { 'name' : 'Chicago' } } ] } When the fields parameter is not specified, the geojson serializer ... , serializer , Serializer , use , key , geojson , fields , properties , data クイック検索 Last update: 2022 ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT