検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 145 for re (0.029 sec.)
django.utils.text — Django 4.0.6 ドキュメント 13619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... ls.text のソースコード import html.entities import re import unicodedata from gzip import GzipFile from ... gzip import compress as gzip_compress from io import BytesIO from dja ... ngo.core.exceptions import SuspiciousFileOperation from dja ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 13265
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... | Table of contents | Index | Modules up django.core.validators のソースコード import ipaddress import ... b.parse import urlsplit , urlunsplit from django.core.exceptions import ValidationError from django.util ... struct import deconstructible from django.utils.deprecation import RemovedInDjango41Warning from django. ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 9877
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... for global use.""" import html import json import re from html.parser import HTMLParser from urllib.par ... 86_GENDELIMS , RFC3986_SUBDELIMS from django.utils.regex_helper import _lazy_re_compile from django.util ... 2 " , "&#149;" , "&bull;" , "&#8226;" ] word_split_re = _lazy_re_compile ( r """([\s<>"']+)""" ) simple_ ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 9169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » django.urls functions for use i ... h ( route , view , kwargs = None , name = None ) ¶ Returns an element for inclusion in urlpatterns . For ... ain angle brackets (like <username> above) to capture part of the URL and send it as a keyword argument ...
https://man.plustar.jp/django/ref/urls.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 8107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » How to manage error reporting ¶ ... t occur in deployed sites, so Django can be configured to create reports with details about those errors ... 書かれています。 注釈 In order to send email, Django requires a few settings telling it how to connect to ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7753
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » データベースのトランザクション ... の動作を有効化したい各データベースの設定で、 ATOMIC_REQUESTS を True にセットしてください。 これは、次のよ ... ランザクションとストリーミングレスポンス ビューが StreamingHttpResponse を返すとき、レスポンスの内容読み出 ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 7399
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » URL ディスパッチャ ¶ A clean, e ... モジュールを作る必要があります。このモジュールは pure Python コードであり、URLパス表記とあなたの書いたビ ... くもできます。他のマッピングも参照できます。また、pure Python コードなので、動的に生成できます。 Django は ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Writing code — Django 4.0.6 ドキュメント 7187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » Writing code ¶ So you'd like to ... write some code to improve Django? Awesome! There are several ways you can help Django's development ... : Report bugs in our ticket tracker . Join the django-d ...
https://man.plustar.jp/django/internals/contributing/writing-code/index.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 7116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » クラスベースのビューでミックスイ ... く異なる処理がしたいときなどです。この場合、 TemplateResponse を直接使えますが、コードが重複する結果となっ ... います。例えば、テンプレートのレンダリングは TemplateResponseMixin でカプセル化されています。Django のリフ ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 7045
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... のソースコード import base64 import datetime import re import unicodedata from binascii import Error as B ... import formatdate from urllib.parse import ( ParseResult , SplitResult , _coerce_args , _splitnetloc , ... se import uses_params from django.utils.datastructures import MultiValueDict from django.utils.regex_hel ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT