検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 331 for Using (0.106 sec.)
Django 2.2.7 リリースノート — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... veral bugs in 2.2.6. Bugfixes ¶ Fixed a crash when using a contains , contained_by , has_key , has_keys , o ...
https://man.plustar.jp/django/releases/2.2.7.html - [similar]
Django 3.0.13 release notes — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed recently such that parse_qsl() no longer allows using ; as a query parameter separator by default. Djang ...
https://man.plustar.jp/django/releases/3.0.13.html - [similar]
Django 3.1.10 release notes — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ewlines entering your data only existed if you are using this validator outside of the form fields. This is ...
https://man.plustar.jp/django/releases/3.1.10.html - [similar]
Django 3.1.4 release notes — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of key transforms for JSONField on PostgreSQL when using on a Subquery() annotation ( #32182 ). Fixed a reg ...
https://man.plustar.jp/django/releases/3.1.4.html - [similar]
Django 3.1.8 release notes — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... output was hidden on a test error or failure when using test --pdb with the --buffer option ( #32560 ). 目 ...
https://man.plustar.jp/django/releases/3.1.8.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s are examples of operations that can be performed using the Python API facilities. Create a few Reporters: ... <QuerySet [<Reporter: John Smith>]> You can delete using a JOIN in the query: >>> Reporter . objects . filt ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... You should only use cache-based sessions if you're using the Memcached or Redis cache backend. The local-me ... ched_db セッションバックエンドを使用する場合には、 using database-backed sessions に書かれている手順にしたが ... ntil an unused session_key is generated. If you're using the django.contrib.sessions.backends.db backend, e ... cause it's a normal model, you can access sessions using the normal Django database API: >>> from django.co ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eir code as a quick and convenient debugging tool. Using the logging framework is only a little more effort ... sensitive information over email. Consider instead using one of the many third-party services to which deta ... ィルタを定義します: project.logging.SpecialFilter , using the alias special . If this filter required additi ...
https://man.plustar.jp/django/topics/logging.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 4071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d have to know the secret, which is user specific (using a cookie). HTTPS で接続されている場合、 CsrfViewMi ... e (DOS) attacks. In Apache, this can be easily set using the LimitRequestBody directive. If you are serving ... accessibility of your caching system and database using a firewall. Take a look at the Open Web Applicatio ...
https://man.plustar.jp/django/topics/security.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 4025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that reraises backend-specific database exceptions using Django's common wrappers. """ def __init__ ( self ... elf , func ): # Note that we are intentionally not using @wraps here for performance # reasons. Refs #21109 ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]