検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 320 for not (0.068 sec.)
django.core.management.base — Django 4.0.6 ドキュメント 5699
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r error message if self . missing_args_message and not ( args or any ( not arg . startswith ( "-" ) for a ... * args , ** kwargs ) finally : if saved_locale is not None : translation . activate ( saved_locale ) ret ... ending if ending is None else ending if ending and not msg . endswith ( ending ): msg += ending style_fun ... ( "stderr" , "stdout" ) # Command-specific options not defined by the argument parser. stealth_options = ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 5699
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from django.utils.connection import ConnectionDoesNotExist # NOQA: F401 from django.utils.connection imp ... Error ( DatabaseError ): pass [ドキュメント] class NotSupportedError ( DatabaseError ): pass class Databa ... ntegrityError , InternalError , ProgrammingError , NotSupportedError , DatabaseError , InterfaceError , E ... may make # the connection unusable. if dj_exc_type not in ( DataError , IntegrityError ): self . wrapper ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5699
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 8 . Use flake8 to check for problems in this area. Note that our setup.cfg file contains some excluded fi ... u are { user_days_old } days old' f-strings should not be used for any string that may require translatio ... over" rather than "We loop over". Use underscores, not camelCase, for variable, function and method names ... (i.e. poll.get_unique_voters() , not poll.getUniqueVoters() ). Use InitialCaps for clas ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5699
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... names of the fields you've defined on your model. Note that instantiating a model in no way touches your ... ld_names , ( value for value in values if value is not DEFERRED )) ) return instance def save ( self , * ... support cases where 'creator_id' is deferred). if not self . _state . adding and ( self . creator_id != ... of the deferred field to be # loaded. if fields is not None : fields = set ( fields ) deferred_fields = s ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5699
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s performance; yes, some cache types are faster than others. Your cache preference goes in the CACHES set ... they're all intended to be solutions for caching, not storage -- but we point this out here because memo ... like other cache backends, the database cache does not support automatic culling of expired entries at th ... An attacker who gains access to the cache file can not only falsify HTML content, which your site will tr ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 5653
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.6.5 release notes ¶ May 14, 2014 Django 1.6.5 fixes two security i ... will set a Vary: Cookie header to ensure caches do not serve cached data to requests from other sessions. ... es. Issue: Malformed redirect URLs from user input not correctly validated ¶ The validation for redirects ... did not correctly validate some malformed URLs, which are ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5616
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as part of an update, create, filter, order by, annotation, or aggregate. When an expression outputs a b ... essions, using Python constants, variables, and even other expressions. 例 ¶ from django.db.models import ... ( ... num_employees__gt = F ( 'num_chairs' )) . annotate ( ... chairs_needed = F ( 'num_employees' ) - F ... refresh_from_db () >>> company . ticker 'GOOG' # Annotate models with an aggregated value. Both forms # b ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 5616
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les « previous | up | next » Django 1.4.11 release notes ¶ April 21, 2014 Django 1.4.11 fixes three secur ... on the current URL patterns, meaning developers do not need to change other code when making changes to U ... s request to a given page is by a client which did not have a CSRF cookie, the cache framework will also ... e the same nonce to other anonymous clients who do not have a CSRF cookie. This can allow an attacker to ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 5616
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.5.6 release notes ¶ April 21, 2014 Django 1.5.6 fixes several bugs ... on the current URL patterns, meaning developers do not need to change other code when making changes to U ... s request to a given page is by a client which did not have a CSRF cookie, the cache framework will also ... e the same nonce to other anonymous clients who do not have a CSRF cookie. This can allow an attacker to ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 5570
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ub_date | date :"c" }} </ p > {% comment "Optional note" %} < p > Commented out text with {{ create_date ... context and imported modules. {% debug %} outputs nothing when the DEBUG setting is False . Changed in D ... stof ¶ Outputs the first argument variable that is not "false" (i.e. exists, is not empty, is not a false ... boolean value, and is not a zero numeric value). Outputs nothing if all the ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT