検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 67 for unique (0.074 sec.)
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6416
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クエリ表現へのサポートを追加しました。 FileField で unique=True オプションを使用できるようになりました。 null ... ースが値を NULL として解釈するため、 Model.validate_unique() が一意性に対する空の文字列をチェックしなくなりま ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 6344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the application e.g. 'admin'. # This value must be unique across a Django project. if not hasattr ( self , " ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... variable, function and method names (i.e. poll.get_unique_voters() , not poll.getUniqueVoters() ). Use Initi ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 6344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ter() , exclude() , etc. However, the lookup types unique to GeoDjango are only available on spatial fields. ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lized contents of the database. Each fixture has a unique name, and the files that comprise the fixture can ... of the migration name, e.g. 0001 , as long as it's unique for the given app name. Use the name zero to migra ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 6344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ead.' , # optional 'id' : 'fields.W900' , # pick a unique ID for your field. } After a deprecation period of ... sField instead.' , 'id' : 'fields.E900' , # pick a unique ID for your field. } You should keep the field's m ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 6288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he contents of a CharField called serialnumber was unique, clean_serialnumber() would be the right place to ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... introspects OneToOneField when a foreign key has a unique or primary key constraint. The new --skip-checks o ... nyField . The name attributes of CheckConstraint , UniqueConstraint , and Index now support app label and cl ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 6288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... る ¶ get() を使って個別オブジェクトを取得する際に、 unique や db_index が設定された列を使用するのには 2 つの理 ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6216
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 考慮について 全体の順序並び替えのための単一もしくは unique together フィールド指定を変更リストが見つけられない ... ng an instance of an AdminSite , you can provide a unique instance name using the name argument to the const ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT