検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 162 for then (0.090 sec.)
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ilter to know the current auto-escaping state, set the needs_autoescape flag to True when you register you ... irst ), esc ( other )) return mark_safe ( result ) The needs_autoescape flag and the autoescape keyword ar ... toescape = autoescape ), autoescape = autoescape ) Then: {{ comment | urlize_and_linebreaks }} would be eq ... on_tag() line, we specified takes_context=True and the name of the template. Here's what the template link ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... put it in the Python package that holds your app. Then add the app to your INSTALLED_APPS setting. By def ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uage" link and selecting the appropriate language. Then, click the "Join this Team" button to become a mem ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango checkout:   $ npm install ...\> npm install Then run the tests with:   $ npm test ...\> npm test ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ication registry in an application's __init__.py , the name apps will clash with the apps submodule. The b ... y during the second phase where it imports models. Then get_model() has the same effect as importing the m ... igurations such as get_app_config() become usable. Then Django attempts to import the models submodule of ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... classes below. name ¶ This is a required argument. The name of the extension to be installed. BloomExtensi ... abase using a migration file. These collations can then be used with the db_collation parameter on CharFie ... alidation ¶ New in Django 4.0. PostgreSQL supports the NOT VALID option with the ADD CONSTRAINT statement ... traint. To validate check constraints created with the NOT VALID option at a later point of time, use the ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... value -- either None or the empty string ( "" ) -- then clean() will raise a ValidationError exception: >> ... equired=False and you pass clean() an empty value, then clean() will return a normalized empty value rathe ... fy queryset=None when declaring the form field and then populate the queryset in the form's __init__() met ... dget for ModelChoiceField becomes impractical when the number of entries increases. You should avoid using ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anipulated it using familiar Python operators, and then saved the object back to the database. But instead ... Python never gets to know about it - it is dealt with entirely by the database. All Python does, through D ... to the field and describe the operation. To access the new value saved this way, the object must be reload ... database, rather than Python, to do work reducing the number of queries some operations require Changed i ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Signals — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing how to register for and receive signals. The authentication framework sends signals when a user is log ... hanged , sender = Pizza . toppings . through ) and then did something like this: >>> p = Pizza . objects . ... default router sends writes here) And if we would then do something like this: >>> t . pizza_set . remove ... or/context manager. It's actually sent twice: when the new value is applied ("setup") and when the origina ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... option to cache responses to anonymous (i.e., unauthenticated) clients. When the first anonymous request ... If the Vary: Cookie header is set on the response, then the response will not be cached. MySQL typecasting ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT