検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 190 for new (0.056 sec.)
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 4770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... primary key on Restaurant, the save will create a new restaurant: >>> r . place = p2 >>> r . save () >>> ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nit__ ( self , use_caching = False ): """ Create a new signal. """ self . receivers = [] self . lock = th ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
Django 1.4 documentation 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スキーマの問題を解決してきた実績があります。 mysite/news/models.py ファイル内に保存されるような、簡単な例を ... ません: .. # Import the models we created from our "news" app # "news" アプリで作成したモデルを import しま ... す。 >>> from news.models import Reporter , Article .. # No reporter ... 。 >>> Reporter . objects . all () [] .. # Create a new Reporter. # 新しい Reporter を作成します。 >>> r = ...
https://man.plustar.jp/django/contents.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... %V' (ISO 8601 week) if your week starts on Monday. New in Django 3.2: Support for the '%V' week format wa ... ate_field by default. get_allow_future () ¶ Determine whether to include "future" objects on this page, w ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ls.translation import gettext_lazy as _ # Define a new FlatPageAdmin class FlatPageAdmin ( FlatPageAdmin ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s (such as reading from GET or POST ) will use the new encoding value. Useful if you know the form data i ... are not removed. HTTP header fields cannot contain newlines. An attempt to set a header field containing ... a newline character (CR or LF) will raise BadHeaderError ... rom a string if necessary. HttpResponse. headers ¶ New in Django 3.2. A case insensitive, dict-like objec ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... plate debug mode. If it is True , the template engine will store additional debug information which can b ... ster with the template engine. This is used to add new libraries or provide alternate labels for existing ... one DjangoTemplates engine is defined, the first one will be used. class Template ¶ This class lives at ... t recent call last): ... KeyError : 'foo' >>> c [ 'newvariable' ] = 'hello' >>> c [ 'newvariable' ] 'hell ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d exception will be raised. Finally, we hook these new views into the URLconf: urls.py ¶ from django.urls ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... less. Consult the mod_wsgi documentation to determine which mode is right for your setup. Make sure you h ... ng release . This will help you stay on top of any new features you might want to use, as well as any cha ...
https://man.plustar.jp/django/topics/install.html - [similar]
Signals — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nal and your receiver must be able to handle those new arguments. Connecting receiver functions ¶ There a ...
https://man.plustar.jp/django/topics/signals.html - [similar]