検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 359 for from (0.122 sec.)
django.utils.decorators — Django 4.0.6 ドキュメント 4192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p with dynamically creating decorators for views." from functools import partial , update_wrapper , wraps ... __name__ return _dec [ドキュメント] def decorator_from_middleware_with_args ( middleware_class ): """ Lik ... e decorator_from_middleware, but return a function that accepts the ... iddleware_class. Use like:: cache_page = decorator_from_middleware_with_args(CacheMiddleware) # ... @cache ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
How to write custom lookups — Django 4.0.6 ドキュメント 4192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oに実装したルックアップを認識させる必要があります。 from django.db.models import Lookup class NotEqual ( Lo ... 適用できるため、 Field クラスに直接登録しましょう。 from django.db.models import Field Field . register_loo ... クアップは、デコレータパタンを使っても登録できます。 from django.db.models import Field @Field . register_lo ... れはSQL関数 ABS() を使って比較の前に値を変換します: from django.db.models import Transform class AbsoluteVa ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]
Django 1.10.4 release notes — Django 4.0.6 ドキュメント 4192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a timedelta ( #27544 ). Prevented LocaleMiddleware from redirecting on URLs that should return 404 when us ... e=False ( #27402 ). Prevented an unnecessary index from being created on an InnoDB ForeignKey when the fie ... evented , Fixed , パスワード , Bugfixes , update , from , next クイック検索 Last update: 2022年6月01日 « p ...
https://man.plustar.jp/django/releases/1.10.4.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 4165
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e you're ready:   $ # Pull in the latest changes from main. $ git checkout main $ git pull upstream main ... ch -d pr/xxxx ...\> REM Pull in the latest changes from main. ...\> git checkout main ...\> git pull upstr ... d <ticket> -- <description> Backport of <revision> from <branch>. For example: [1.3.x] Fixed #17028 -- Cha ... ckport of 80c0cbf1c97047daed2c5b41b296bbc56fe1d7e3 from main. There's a script on the wiki to automate thi ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 4165
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lement for inclusion in urlpatterns . For example: from django.urls import include , path urlpatterns = [ ... lement for inclusion in urlpatterns . For example: from django.urls import include , re_path urlpatterns = ... r backslash. When a match is made, captured groups from the regular expression are passed to the view -- a ... urn a URL pattern for serving files in debug mode: from django.conf import settings from django.conf.urls. ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.8.9 リリースノート — Django 4.0.6 ドキュメント 4165
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en opening the admin calendar widget for timezones from GMT+0100 to GMT+1200 ( #24980 ). Fixed a regressio ... the other specified, or when removing one of them from a field that had both, or when adding unique=True ... ression , using , unique , crash , had , already , from , incorrect クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/1.8.9.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 4165
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) And it would be used in a view to block queries from the template like so: from django.db import connec ... tion from django.shortcuts import render def my_view ( reque ... reate a logger object and install it as a wrapper: from django.db import connection ql = QueryLogger () wi ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 4130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l ...\> py manage.py shell >>> import datetime >>> from django.utils import timezone >>> from polls.models ... コードを書きます。 polls/tests.py ¶ import datetime from django.test import TestCase from django.utils impo ... rt timezone from .models import Question class QuestionModelTests ( ... ython manage.py shell ...\> py manage.py shell >>> from django.test.utils import setup_test_environment >> ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ures , lots of bug fixes, and an easy upgrade path from Django 1.0. Backwards-incompatible changes in 1.1 ... ten to correct the test case. Removed SetRemoteAddrFromForwardedFor middleware ¶ For convenience, Django 1 ... eware class -- django.middleware.http.SetRemoteAddrFromForwardedFor -- which updated the value of REMOTE_A ... ). Introduce your modified version of SetRemoteAddrFromForwardedFor as a piece of middleware in your own p ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 4103
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue via email, you should receive an acknowledgment from a member of the security team within 48 hours, and ... cb84b8d1d17f80b , and this public key is available from most commonly-used keyservers. サポートバージョン ... y issues ¶ Our process for taking a security issue from private discussion to public disclosure involves m ... . This email is signed with the PGP key of someone from Django's release team and consists of: A full desc ...
https://man.plustar.jp/django/internals/security.html - [similar]