検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 81 for generic (0.063 sec.)
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6256
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.contrib.contenttypes ¶ order_with_respect_to が GenericForeignKey とともに使用できるようになりました。 dja ... ることができるようになりました。 ジェネリックビュー (generic view) ¶ as_view() メソッドで生成されたクラスベース ... od to the related managers created by ForeignKey , GenericForeignKey , and ManyToManyField . The add() method ... of the related managers created by ForeignKey and GenericForeignKey changed from a series of Model.save() ca ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django を使う — Django 4.0.6 ドキュメント 6256
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ード Django のショートカット関数 ジェネリックビュー (generic view) ミドルウェア (Middleware) セッションの使いか ...
https://man.plustar.jp/django/topics/index.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 6215
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... med to implement were never finished: full-history generic-auth multiple-db-support per-object-permissions sc ...
https://man.plustar.jp/django/internals/git.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 6215
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ther distributors of Django who provide a suitably-generic (i.e., not an individual's personal email address) ...
https://man.plustar.jp/django/internals/security.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 6215
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f raising a 404. This is identical to django.views.generic.list.MultipleObjectMixin.allow_empty , except for ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6215
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the LANGUAGES setting, possibly selecting a more generic variant. For example, 'es' is returned if lang_cod ... be returned when neither the language code nor its generic variant is found. For example, if only 'es-co' is ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6215
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emaps ¶ Added the protocol keyword argument to the GenericSitemap constructor. キャッシュ ¶ cache.set_many() ... including in a JSON response. ジェネリックビュー (generic view) ¶ The new ContextMixin.extra_context attribu ... シュ ファイルストレージ フォーム ジェネリックビュー (generic view) 管理コマンド マイグレーション モデル ページネ ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 6215
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ルのアップロード 次のトピックへ ジェネリックビュー (generic view) 関連キーワード redirect , template , argumen ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6188
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.views import View instead of: from django.views.generic.base import View Template style ¶ In Django templa ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 6188
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を導入しました。 polls/views.py ¶ class IndexView ( generic . ListView ): template_name = 'polls/index.html' c ... 必要があります。 polls/views.py ¶ class DetailView ( generic . DetailView ): ... def get_queryset ( self ): """ ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT