検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 239 for example (0.118 sec.)
Conditional Expressions — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'll be using the following model in the subsequent examples: from django.db import models class Client ( mode ... .0: Support for lookup expressions was added. Some examples: >>> from django.db.models import F , Q , When >> ... tring arguments refer to fields; the following two examples are equivalent: >>> When ( account_type = Client ... conditions are evaluated in order, so in the above example we get the correct result even though the second c ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Django 1.0.2 リリースノート — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en resolved; SafeUnicode instances (generated, for example, by template rendering) can now be assigned to mod ...
https://man.plustar.jp/django/releases/1.0.2.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mation outside of an admin user's permissions; for example, an attacker with access to the admin and sufficie ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... name/password information in the header. Thus, for example, the following Host header would be accepted by Dj ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ath that starts with one of the allowed roots. For example, if ALLOWED_INCLUDE_ROOTS = ("/var/www",) the foll ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ces for which there's no development instance, for example. If a project uses a package like the django-debug ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onsecutive dots in the domain section (like http://example..com/ ) to pass ( #25620 ). Fixed a crash with Gen ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ces for which there's no development instance, for example. If a project uses a package like the django-debug ...
https://man.plustar.jp/django/releases/1.9.11.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 4343
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ence of 'args' that will be passed to format_html. Example: format_html_join('\n', "<li>{} {}</li>", ((u.firs ... than one @. return False # Dot must be in p2 (e.g. example.com) if "." not in p2 or p2 . startswith ( "." ): ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 4343
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango's application object in the asgi.py file. For example: from some_asgi_library import AmazingMiddleware a ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]