検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 359 for from (0.110 sec.)
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 4272
" + 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 ... ave similar issues. Issue: Malformed redirect URLs from user input not correctly validated ¶ The validatio ... serve private data Issue: Malformed redirect URLs from user input not correctly validated Bugfixes 前のト ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
Django 1.7.4 release notes — Django 4.0.6 ドキュメント 4272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed a migration crash on MySQL when migrating from a OneToOneField to a ForeignKey ( #24163 ). Preven ... ted the static.serve view from producing ResourceWarning s in certain circumstanc ... ド release , notes , migration , Fixed , Bugfixes , from , ManyToManyField , contrib , when , crash クイック ...
https://man.plustar.jp/django/releases/1.7.4.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 4246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n logging_config doesn't start with logging.config from copy import copy from django.conf import settings ... from django.core import mail from django.core.mail import get_connection from django ... .core.management.color import color_style from django.utils.module_loading import import_string r ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e field, let's have a look at Django's SlugField : from django.core import validators from django.forms im ... 成しましょう。クラスの全体像は以下のようになります: from django import forms from django.core.validators im ... ィールドで動作するクリーニングメソッドを記述します: from django import forms from django.core.exceptions im ... ッドで ValidationError を発生させてください。例えば: from django import forms from django.core.exceptions im ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 1.7.5 release notes — Django 4.0.6 ドキュメント 4246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... regression that prevented custom fields inheriting from ManyToManyField from being recognized in migration ... tes , contrib , Bugfixes , トピック , migrations , from , database , when , crash クイック検索 Last update ...
https://man.plustar.jp/django/releases/1.7.5.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 4219
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ternatively, you may alter an existing user's role from the SQL shell (assuming this is done from an exist ... ruser <user_name> Or you may alter the user's role from the SQL shell (assuming this is done from an exist ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 4219
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e functions ¶ All of these functions are available from the django.contrib.postgres.functions module. Rand ... ration operation to install it. Usage example: >>> from django.contrib.postgres.functions import RandomUUI ... ot affect the transaction time. Usage example: >>> from django.contrib.postgres.functions import Transacti ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
Django 3.2.2 release notes — Django 4.0.6 ドキュメント 4219
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s with newlines in HTTP response, you could suffer from header injection attacks. Django itself wasn't vul ... owing a regression in Django 3.2.1, makemigrations from generating infinite migrations for a model with Me ... Validator , injection , Header , form , Bugfixes , from , tabs クイック検索 Last update: 2022年6月01日 « p ...
https://man.plustar.jp/django/releases/3.2.2.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4219
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ESSION_FILE_PATH setting (which defaults to output from tempfile.gettempdir() , most likely /tmp ) to cont ... 以下に、テストクッキーの典型的な使用例を挙げます。 from django.http import HttpResponse from django.shortc ... onStore をインポートすることを考えるべきです。 >>> from importlib import import_module >>> from django.con ... セッションデータを操作する API が利用可能です。 >>> from django.contrib.sessions.backends.db import Session ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4219
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed or not). 参考 If you just want to get some data from your tables into a serialized form, you could use ... e highest level, you can serialize data like this: from django.core import serializers data = serializers ... u can specify a fields argument to the serializer: from django.core import serializers data = serializers ... ・デシリアライズを行います。 jsonl Serializes to and from JSONL . yaml YAML (YAML Ain't a Markup Language) の ...
https://man.plustar.jp/django/topics/serialization.html - [similar]