検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 146 for instance (0.199 sec.)
素の SQL 文の実行 — Django 4.0.6 ドキュメント 5288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ager.raw() to perform raw queries and return model instances , or you can avoid the model layer entirely and e ... , and returns a django.db.models.query.RawQuerySet instance. This RawQuerySet instance can be iterated over li ... ke a normal QuerySet to provide object instances. 例を示す事で最も簡単に説明できます。以下のモデル ... eld. Django uses the primary key to identify model instances, so it must always be included in a raw query. A ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 5206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kwargs ): """ Given a path to a handler, return an instance of that handler. E.g.:: >>> from django.http impor ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 5206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ** kwds ): """Load an email backend and return an instance of it. If backend is None (default), use settings. ... " if not settings . ADMINS : return if not all ( isinstance ( a , ( list , tuple )) and len ( a ) == 2 for a i ... if not settings . MANAGERS : return if not all ( isinstance ( a , ( list , tuple )) and len ( a ) == 2 for a i ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 5206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iddleware you can wrap the application object. For instance you could add these lines at the bottom of wsgi.py ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
File storage API — Django 4.0.6 ドキュメント 5206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... available_name() . The content argument must be an instance of django.core.files.File or a file-like object th ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 5206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontaining any message passed to a specific Http404 instance). Three things to note about 404 views: The 404 vi ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import post_save def post_save_receiver ( sender , instance , created , ** kwargs ): pass post_save . connect ... _field (the primary_key by default) of an existing instance. BaseUserManager provides the following utility me ... get_by_natural_key ( username ) ¶ Retrieves a user instance using the contents of the field nominated by USERN ... aseUserAdmin ): # The forms to add and change user instances form = UserChangeForm add_form = UserCreationForm ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _name_suffix on a subclass to something else. (For instance, the generic edit views use _form for create and u ... oup, which get_object() uses to look up the Author instance. You could also use a slug, or any of the other fe ... e that arbitrary # objects -- such as Django model instances or querysets # -- can be serialized as JSON. retu ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 、このメソッドをオーバーライドします。 create_model_instance ( data ) ¶ 現在のセッションの状態を表す、セッション ... ass ( cls ): return CustomSession def create_model_instance ( self , data ): obj = super () . create_model_ins ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... エンジン ¶ django.template.Engine encapsulates an instance of the Django template system. The main reason for ... em on the debug page: backend The template backend instance from which the exception originated. tried A list ...
https://man.plustar.jp/django/topics/templates.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT