検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 359 for from (0.262 sec.)
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 4326
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ensure caches do not serve cached data to requests from other sessions. However, older versions of Interne ... removed, and the Vary header is no longer stripped from the response. In addition, modifications to the Ca ... nd to have similar issues. Malformed redirect URLs from user input not correctly validated ¶ The validatio ... ore and serve private data Malformed redirect URLs from user input not correctly validated 前のトピックへ ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 4326
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ensure caches do not serve cached data to requests from other sessions. However, older versions of Interne ... removed, and the Vary header is no longer stripped from the response. In addition, modifications to the Ca ... nd to have similar issues. Malformed redirect URLs from user input not correctly validated ¶ The validatio ... ore and serve private data Malformed redirect URLs from user input not correctly validated 前のトピックへ ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
django.contrib.messages.middleware — Django 4.0.6 ドキュメント 4299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.messages.middleware のソースコード from django.conf import settings from django.contrib.me ... ssages.storage import default_storage from django.utils.deprecation import MiddlewareMixin [ド ...
https://man.plustar.jp/django/_modules/django/contrib/messages/middleware.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 4299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ior that has been fixed and to prevent the problem from arising again. Also, if some tickets are relevant ... at the test or class level: In a particular test: from django.test import ignore_warnings from django.uti ... ef test_foo ( self ): ... For an entire test case: from django.test import ignore_warnings from django.uti ... u can also add a test for the deprecation warning: from django.utils.deprecation import RemovedInDjangoXXW ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DB, MySQL), .tables (SQLite), or SELECT TABLE_NAME FROM USER_TABLES; (Oracle) to display the tables Django ... model in one place and automatically derive things from it. これはマイグレーションを含みます - たとえば、R ... ルを以下のように編集してください: polls/models.py ¶ from django.db import models class Question ( models . ... ら データベース API の世界を探検してみましょう: >>> from polls.models import Choice , Question # Import the ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 4299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... regation functions ¶ These functions are available from the django.contrib.postgres.aggregates module. The ... in the result list. 例: 'some_field' '-some_field' from django.db.models import F F ( 'some_field' ) . des ... ooleanField () rank = models . IntegerField () >>> from django.db.models import Q >>> from django.contrib. ... ooleanField () rank = models . IntegerField () >>> from django.db.models import Q >>> from django.contrib. ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 4299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... his method allows adding errors to specific fields from within the Form.clean() method, or from outside th ... e form altogether; for instance from a view. field 引数にはエラーを追加したいフィールド ... の両方で指定されていますが、後者が優先されます: >>> from django import forms >>> class CommentForm ( forms ... itial data for a form field. It retrieves the data from Form.initial if present, otherwise trying Field.in ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 4299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... れたビューのために ATOMIC_REQUESTS を無効化します。 from django.db import transaction @transaction . non_at ... rror . atomic は、 decorator として使用することも: from django.db import transaction @transaction . atomic ... f () context manager として使用することも可能です: from django.db import transaction def viewfunc ( reques ... プすると、integrity error を自然な形で処理できます: from django.db import IntegrityError , transaction @tra ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 4272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a FieldDoesNotExist exception will be raised. >>> from django.contrib.auth.models import User # A field o ... go.db.models.fields.CharField: username> # A field from another model that has a relation with the current ... lds declared directly on the current model. Fields from models that directly inherit from abstract models ... Field , or ForeignKey ) that start with a "+". >>> from django.contrib.auth.models import User >>> User . ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 4272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en reverse manager ( related_name ending with '+') from being used as a lookup for prefetch_related (#2141 ... that prevented editable GenericRelation subclasses from working in ModelForms (#21428). Added missing to_p ... required in Django 1.6 to properly detect changes from initial values (#21568). Fixed django.contrib.huma ... notes , regression , crash , related , multiple , from , using クイック検索 Last update: 2022年6月01日 « ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]