検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 188 for fields (0.081 sec.)
Django 1.5 release notes — Django 4.0.6 ドキュメント 5573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .5 include: Support for saving a subset of model's fields - Model.save() now accepts an update_fields argume ... nt, letting you specify which fields are written back to the database when you call sav ... re details. Support for saving a subset of model's fields ¶ The method Model.save() has a new keyword argume ... nt update_fields . By using this argument it is possible to save on ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 5541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... els . RasterField () Spatial Field Types ¶ Spatial fields consist of a series of geometry field types and on ... class GeometryField ¶ The base class for geometry fields. PointField ¶ class PointField ¶ Stores a Point . ... ar フィールドオプション available for Django model fields, spatial fields have the following additional opti ... here are additional options available for Geometry fields. All the following options are optional. dim ¶ Geo ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iled in CSRF Protection , below. Authors of custom Field subclasses should be aware that a number of methods ... alidating their own data , and both model and form fields now accept configurable lists of validators specif ... ee 表示形式のローカル化 for more details. readonly_fields in ModelAdmin ¶ django.contrib.admin.ModelAdmin.re ... adonly_fields has been added to enable non-editable fields in ad ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 3.0.4 リリースノート — Django 4.0.6 ドキュメント 5541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ty in the select_for_update() . When using related fields or parent link fields with 複数テーブルの継承 in t ... injection , using , tolerance , functions , next , fields , file クイック検索 Last update: 2022年6月01日 « p ...
https://man.plustar.jp/django/releases/3.0.4.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ets related_query_name . As the reverse name for a field should be unique, be careful if you intend to subcl ... onal "-" prefix, which indicates descending order. Fields without a leading "-" will be ordered ascending. U ... ering is guaranteed only when ordering by a set of fields that uniquely identify each object in the results. ... = 100 ) class Meta : indexes = [ models . Index ( fields = [ 'last_name' , 'first_name' ]), models . Index ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 5475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trailing and leading whitespace from the password fields ( #26334 ). The change requires users who set thei ... lookup with a subquery when a ForeignKey has a to_field set to something other than the primary key ( #2637 ... . Restored the functionality of the admin's raw_id_fields in list_editable ( #26387 ). Fixed a regression wi ... xed , when , crash , regression , caused , their , fields , trailing , ForeignKey , primary クイック検索 Las ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ーな機能 ¶ django.contrib.admin ¶ ModelAdmin.search_fields now accepts any lookup such as field__exact . jQue ... te_hierarchy.html , pagination.html , prepopulated_fields_js.html , search_form.html , and submit_line.html ... ng a minus sign. QuerySet.order_by() and distinct(*fields) now support using field transforms. BooleanField ... rmission because the form might access nonexistent fields. Fix this by overriding ModelAdmin.get_form() and ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
How to provide initial data for models — Django 4.0.6 ドキュメント 5442
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n JSON: [ { "model" : "myapp.person" , "pk" : 1 , "fields" : { "first_name" : "John" , "last_name" : "Lennon ... " } }, { "model" : "myapp.person" , "pk" : 2 , "fields" : { "first_name" : "Paul" , "last_name" : "McCart ... 以下のようになります: - model : myapp.person pk : 1 fields : first_name : John last_name : Lennon - model : m ... yapp.person pk : 2 fields : first_name : Paul last_name : McCartney このデー ...
https://man.plustar.jp/django/howto/initial-data.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 5442
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ostGIS , Oracle, SpatiaLite Accepts two geographic fields or expressions and returns the geometric differenc ... ostGIS , Oracle, SpatiaLite Accepts two geographic fields or expressions and returns the distance between th ... ) ¶ Availability : PostGIS Accepts two geographic fields or expressions and returns the distance between th ... ostGIS , Oracle, SpatiaLite Accepts two geographic fields or expressions and returns the geometric intersect ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
フォーム — Django 4.0.6 ドキュメント 5442
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o a form Subclassing forms Prefixes for forms Form fields field のコアとなる引数 フィールドのデータの変更チェ ... eld クラス Slightly complex built-in Field classes Fields which handle relationships Creating custom fields ...
https://man.plustar.jp/django/ref/forms/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT