検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 92 for meta (0.088 sec.)
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r site's <a> tags. For example, you might use the <meta name="referrer" content="no-referrer"> tag or incl ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nufacturer' , on_delete = models . CASCADE ) class Meta : abstract = True production/models.py ¶ from djan ... se attributes can be used together with the Model._meta API to narrow down a search for specific field typ ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt class DocumentForm ( forms . ModelForm ): class Meta : model = Document widgets = { 'document' : forms ... me. The LOCALE_PATHS setting can be used for the same task by adding the filesystem path to a locale direc ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lusion constraints) の追加を有効になります。制約は Meta.constraints オプションを用いてモデルに追加されます ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 5677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... length = 50 ) website = models . URLField () class Meta : ordering = [ "-name" ] def __str__ ( self ): ret ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 5677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) メソッドの実行時にのみ適用されます。もし request.META から直接 Host ヘッダにアクセスするコードを書いてし ...
https://man.plustar.jp/django/topics/security.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ールドクラスは、モデルクラスが作成されるときに実際に Meta クラスに保存されます(これを行う方法の正確な詳細は ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed models. That is, managed = False in the model's Meta class tells Django not to manage each table's crea ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ption class PizzaForm ( forms . ModelForm ): class Meta : model = Pizza fields = [ 'topping' ] widgets = { ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mited to those with use_in_migrations = True ) and Meta options (also versioned, so they may be different ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT