検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 100 for already (0.067 sec.)
Django's cache framework — Django 4.0.6 ドキュメント 7984
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... version = None ) ¶ To add a key only if it doesn't already exist, use the add() method. It takes the same par ... ttempt to update the cache if the key specified is already present: >>> cache . set ( 'add_key' , 'Initial va ... ) ¶ You can also increment or decrement a key that already exists using the incr() or decr() methods, respect ... t the decorator adds to the Vary header (which may already exist), rather than setting it from scratch and po ...
https://man.plustar.jp/django/topics/cache.html - [similar]
LICENSE.txt 7724
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... CC BY licenses. Downloaded Font Awesome Free files already contain embedded comments with sufficient attribut ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 7724
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... < , > , ' , " or & ) into the result that were not already present. In this case, you can let Django take car ... characters to the result (aside from any that were already present), you should mark your filter with is_safe ... o will escape the output whenever the input is not already marked as "safe". By default, is_safe is False , a ... ng for the required number of arguments, etc., has already been done by the time our function is called, so w ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 7724
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng the behavior of allow_migrate() for models that already have migrations may result in broken foreign keys, ... key to p . When the save occurs in statement 2, p already has a primary key value, and Django will attempt t ... new database. However, if the primary key of p is already in use on the second database, the existing object ... mary key on both databases. If that primary key is already in use when you try to save onto the second databa ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
データベース — Django 4.0.6 ドキュメント 7477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atabase whenever it needs one and doesn't have one already — either because this is the first connection, or ... the global TIME_ZONE setting. If these parameters already have the correct values, Django won't set them for ... e constraint "auth_user_pkey" DETAIL: Key (id)=(1) already exists. If you need to specify such values, reset ... sequence afterward to avoid reusing a value that's already in the table. The sqlsequencereset management comm ...
https://man.plustar.jp/django/ref/databases.html - [similar]
設定 — Django 4.0.6 ドキュメント 7477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tacker can read the cookie via JavaScript, they're already on the same domain as far as the browser knows, so ... le property. Explicitly defined through models are already handled by the migrations system. Allowing automat ... ill automatically create the package if it doesn't already exist. When you supply None as a value for an app, ... tions: nosniff header on all responses that do not already have it. SECURE_CROSS_ORIGIN_OPENER_POLICY ¶ New i ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eys when using the InnoDB storage engine, as MySQL already creates them automatically. The Oracle backend no ... appending a unique suffix to a long filename that already exists on the storage. See the deprecation note ab ... ult() method allows setting a header unless it has already been set. You can use the new FileResponse to stre ... tive, for example on PostgreSQL where the name was already being truncated, simply use db_column to specify t ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 7216
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ment, it will not be added if another receiver was already connected with that dispatch_uid. sender The sende ... ollection, and so the call can happen while we are already holding # self.lock. self . _dead_receivers = True ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
django.utils.safestring — Django 4.0.6 ドキュメント 7216
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... string" means that the producer of the string has already turned characters that should not be interpreted b ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 7216
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hers understand where it fits in, and if there are already other ways of achieving the same thing. If there's ... or the feature yourself or, even better, if you've already written it, it's much more likely to be accepted. ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT