検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 138 for Via (0.055 sec.)
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as an ID. >>> q . id 1 # Access model field values via Python attributes. >>> q . question_text "What's n ... # (e.g. a question's choice) which can be accessed via the API. >>> q = Question . objects . get ( pk = 1 ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ The framework also supports more complex feeds, via arguments. For example, a website could offer an R ... d's URL. The police beat feeds could be accessible via URLs like this: /beats/613/rss/ -- Returns recent ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... instead. It's possible that a request can come in via POST with an empty POST dictionary -- if, say, a f ... orm is requested via the POST HTTP method but does not include form dat ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _editor . delete_model ( MyModel ) It must be used via the context manager as this allows it to manage th ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... name requirements . Customization of email sending via email backends . New "smart" if template tag which ... PI for storing messages in the user Message model (via user.message_set.create ) is now deprecated and wi ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... L otherwise. Here's what LoginView does: If called via GET , it displays a login form that POSTs to the s ... ame URL. More on this in a bit. If called via POST with user submitted credentials, it tries to ... in.html , you can pass the template_name parameter via the extra arguments to the as_view method in your ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cessing ¶ Django provides conditional GET handling via django.middleware.http.ConditionalGetMiddleware . ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er objects: >>> r = a . reporter Create an Article via the Reporter object: >>> new_article = r . article ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ack: ... AttributeError: "Manager isn't accessible via Blog instances." 注釈 Manager はモデルのインスタン ... l will have access to the related (foreign) object via an attribute of the model. 実装例: >>> e = Entry . ... that model will have access to the related object via an attribute of the model. 例: class EntryDetail ( ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 5024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ne your own filter class and tell Django to use it via the DEFAULT_EXCEPTION_REPORTER_FILTER setting: DEF ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT